Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
"extends": "standard"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added standard linting, as it seems to be the least annoying.

};
18 changes: 18 additions & 0 deletions font-awesome.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
// Default for the style loading
styleLoader: 'style-loader!css-loader!sass-loader',

styles: {
mixins: true,
'bordered-pulled': true,
core: true,
'fixed-width': true,
icons: true,
larger: true,
list: true,
path: true,
'rotated-flipped': true,
animated: true,
stacked: true
}
}
Loading