We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cd256 commit 729df5bCopy full SHA for 729df5b
.eslintrc.js
@@ -2,7 +2,6 @@ const path = require('path');
2
3
module.exports = {
4
root: true,
5
- extends: ['vinta/recommended'],
6
rules: {
7
"default-param-last": "off",
8
"@babel/camelcase": "off"
@@ -15,7 +14,7 @@ module.exports = {
15
14
settings: {
16
'import/resolver': {
17
webpack: {
18
- config: path.join(__dirname, '/webpack.local.config.js'),
+ config: path.join(__dirname, '/webpack.config.js'),
19
'config-index': 1
20
}
21
},
0 commit comments