Update .eslintrc.js
This commit is contained in:
parent
ce751db240
commit
0180887bbb
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ module.exports = {
|
|||
'before': true,
|
||||
'after': true,
|
||||
}],
|
||||
/* TODO: path aliasを使わないとwarnする
|
||||
'no-restricted-imports': ['warn', {
|
||||
'patterns': [
|
||||
]
|
||||
}],
|
||||
*/
|
||||
'no-multi-spaces': ['error'],
|
||||
'no-var': ['error'],
|
||||
'prefer-arrow-callback': ['error'],
|
||||
|
|
Loading…
Reference in a new issue