mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
alias top-level imports
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
"airbnb"
|
||||
],
|
||||
"settings": {
|
||||
'import/resolver': {
|
||||
webpack: {
|
||||
config: 'webpack.config.js'
|
||||
}
|
||||
},
|
||||
"react": {
|
||||
"version": "16.5.2"
|
||||
}
|
||||
@@ -28,7 +33,8 @@
|
||||
"camelcase": "off",
|
||||
"arrow-parens": "off",
|
||||
"comma-dangle": "off",
|
||||
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }],
|
||||
// https://github.com/benmosher/eslint-plugin-import/issues/479#issuecomment-252500896
|
||||
"import/no-extraneous-dependencies": "off",
|
||||
"indent": ["error", 2, {
|
||||
"SwitchCase": 1
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user