forked from FoundKeyGang/FoundKey
enable more lints
cherry-picked from 2a2020b79786b25668bfcfed19366a26c840e508
This commit is contained in:
parent
31da7bc88a
commit
d5d3935cfd
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ module.exports = {
|
||||||
'beforeColon': false,
|
'beforeColon': false,
|
||||||
'afterColon': true,
|
'afterColon': true,
|
||||||
}],
|
}],
|
||||||
|
'arrow-spacing': ['error', {
|
||||||
|
'before': true,
|
||||||
|
'after': true,
|
||||||
|
}],
|
||||||
|
'padded-blocks': ['error', 'never'],
|
||||||
/* TODO: path aliasを使わないとwarnする
|
/* TODO: path aliasを使わないとwarnする
|
||||||
'no-restricted-imports': ['warn', {
|
'no-restricted-imports': ['warn', {
|
||||||
'patterns': [
|
'patterns': [
|
||||||
|
|
Loading…
Reference in a new issue