Skip to content

Commit 486b7db

Browse files
Revert "chore(deps-dev): bump eslint from 8.57.1 to 9.16.0" (#126)
Revert "chore(deps-dev): bump eslint from 8.57.1 to 9.16.0 (#125)" This reverts commit 42f8d80.
1 parent 42f8d80 commit 486b7db

File tree

4 files changed

+1360
-1938
lines changed

4 files changed

+1360
-1938
lines changed

.eslintrc.js

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
module.exports = {
2+
root: true,
3+
parserOptions: {
4+
ecmaVersion: 2020,
5+
},
6+
env: {
7+
es6: true,
8+
node: true,
9+
jest: true,
10+
},
11+
plugins: ["github"],
12+
extends: ["plugin:github/recommended"],
13+
rules: {
14+
"import/no-commonjs": "off",
15+
"filenames/match-regex": "off",
16+
"i18n-text/no-en": "off",
17+
},
18+
};

eslint.config.mjs

-45
This file was deleted.

0 commit comments

Comments
 (0)