Enforce double quotes in .eslintrc

cshd
Dragory 2020-08-13 00:04:48 +03:00
parent bd8dcc6129
commit 782efd217f
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
"!": true, "!": true,
"!!": true "!!": true
} }
}] }],
"quotes": ["error", "double"]
} }
} }