diff options
| author | kj_sh604 | 2026-02-14 13:34:36 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-14 13:34:36 -0500 |
| commit | 20d8e9a303546dc3e723feb3a7452d50b4942fa7 (patch) | |
| tree | f2caad69659ec01c4cf5e88de65c05bf0fe48bdc | |
| parent | ab6c8974a7e7b88dccf3239a5e17f5d3b63fc79c (diff) | |
refactor: .eslintrc.json
| -rw-r--r-- | .eslintrc.json | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index b70099c..0000000 --- a/.eslintrc.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "env": { - "browser": true, - "es6": true, - "node": true - }, - "extends": [ - "standard" - ], - "parserOptions": { - "ecmaVersion": 11, - "sourceType": "module" - }, - "plugins": [ - "html", - "markdown", - "prefer-arrow" - ], - "overrides": [ - { - "files": [ "**/*.md" ], - "processor": "markdown/markdown" - } - ], - "rules": { - "prefer-arrow/prefer-arrow-functions": [ - "error", - { - "disallowPrototype": true, - "singleReturnOnly": false, - "classPropertiesAllowed": false - } - ], - "func-style": ["error", "expression"], - "arrow-parens": ["error", "always"] - } -} |
