@@ -27,6 +27,7 @@
"test": "test"
},
"eslintConfig": {
+ "root": true,
"parser": "@typescript-eslint/parser",
"extends": "mdcs",
"plugins": [
@@ -44,6 +45,10 @@
"SwitchCase": 1
}
],
+ "quotes": [
+ "error",
+ "single"
+ ],
"prefer-const": [
"error",
{