parent
b8fe1fabea
commit
b996c58bac
@ -44,9 +44,9 @@ module.exports = {
|
|||||||
files: ['*.json', '*.json5'],
|
files: ['*.json', '*.json5'],
|
||||||
parser: 'jsonc-eslint-parser',
|
parser: 'jsonc-eslint-parser',
|
||||||
rules: {
|
rules: {
|
||||||
'quotes': ['error', 'double'],
|
'jsonc/quotes': ['error', 'double'],
|
||||||
'quote-props': ['error', 'always'],
|
'jsonc/quote-props': ['error', 'always'],
|
||||||
'comma-dangle': ['error', 'never'],
|
'jsonc/comma-dangle': ['error', 'never'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user