We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sapphiredev
Learn more about funding links in repositories.
Report abuse
.mjs
extraFileExtensions
1 parent 27556fa commit 0d9bbd4Copy full SHA for 0d9bbd4
packages/eslint-config/src/index.ts
@@ -11,7 +11,6 @@ const eslintConfig = {
11
root: true,
12
parser: '@typescript-eslint/parser',
13
parserOptions: {
14
- extraFileExtensions: ['.mjs'],
15
project: './tsconfig.eslint.json',
16
sourceType: 'module',
17
ecmaVersion: 2020,
packages/eslint-config/tests/__snapshots__/eslint.test.ts.snap
@@ -18,9 +18,6 @@ exports[`ESLint Config > should export rules 1`] = `
18
"parser": "@typescript-eslint/parser",
19
"parserOptions": {
20
"ecmaVersion": 2020,
21
- "extraFileExtensions": [
22
- ".mjs",
23
- ],
24
"project": "./tsconfig.eslint.json",
25
"sourceType": "module",
26
"warnOnUnsupportedTypeScriptVersion": false,
0 commit comments