Grunt -> Webpack, Haml -> Pug
This commit is contained in:
14
.eslintrc
Normal file
14
.eslintrc
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": ["semistandard", "prettier"],
|
||||
"rules": {
|
||||
"standard/no-callback-literal": 0 // Disable this as we have too many callbacks relying on literals
|
||||
},
|
||||
"env": {
|
||||
"browser": true
|
||||
},
|
||||
"globals": {
|
||||
"SFJS": true,
|
||||
"__VERSION__": true,
|
||||
"zip": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user