Update .eslintrc.js
This commit is contained in:
parent
ce751db240
commit
0180887bbb
@ -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 New Issue
Block a user