rename eslint config to js
This commit is contained in:
parent
4a2c712b3d
commit
8464f20370
|
@ -24,17 +24,17 @@ module.exports = [
|
|||
parserOptions: {
|
||||
project: true,
|
||||
ecmaFeatures: {
|
||||
jsx: true
|
||||
}
|
||||
}
|
||||
jsx: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: {
|
||||
"license-header": require("eslint-plugin-license-header"),
|
||||
"only-warn": require("eslint-plugin-only-warn")
|
||||
"only-warn": require("eslint-plugin-only-warn"),
|
||||
},
|
||||
rules: {
|
||||
"license-header/header": ["error", __dirname + "/.license-header.js"]
|
||||
}
|
||||
"license-header/header": ["error", __dirname + "/.license-header.js"],
|
||||
},
|
||||
},
|
||||
...require("@f0x52/eslint-config")
|
||||
...require("@f0x52/eslint-config"),
|
||||
];
|
Loading…
Reference in New Issue