Switch linting to ESLint and Prettier
This commit is contained in:
8
.eslintrc.json
Normal file
8
.eslintrc.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": ["eslint-config-i-am-meticulous/es5"],
|
||||
"rules": {
|
||||
"import/order": "off",
|
||||
"import/max-dependencies": "off",
|
||||
"import/extensions": ["error", "never"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user