chore(dev): improve eslint config

This commit is contained in:
syuilo
2022-06-23 13:19:17 +09:00
parent 43b9a9e618
commit 2a2020b797
2 changed files with 5 additions and 1 deletions

View File

@@ -31,6 +31,11 @@ module.exports = {
'beforeColon': false,
'afterColon': true,
}],
'arrow-spacing': ['error', {
'before': true,
'after': true,
}],
'padded-blocks': ['error', 'never'],
/* TODO: path aliasを使わないとwarnする
'no-restricted-imports': ['warn', {
'patterns': [