File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
// import eslintConfigAirbnbBase from 'eslint-config-airbnb-base'
5
5
// @ts -expect-error -- False positive
6
6
import importPlugin from 'eslint-plugin-import'
7
- import { ERROR , OFF } from './config'
7
+ import { ERROR , OFF } from './config.js '
8
8
/**
9
9
* @type {Array<import('eslint').Linter.Config> }
10
10
*/
Original file line number Diff line number Diff line change 1
1
// @ts -check
2
2
3
3
import jest from 'eslint-plugin-jest'
4
- import { ERROR , OFF , WARN } from './config'
4
+ import { ERROR , OFF , WARN } from './config.js '
5
5
6
6
/**
7
7
* @type {Array<import('eslint').Linter.Config> }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import jsxA11y from 'eslint-plugin-jsx-a11y'
6
6
import reactPlugin from 'eslint-plugin-react'
7
7
// rules for https://www.npmjs.com/package/eslint-plugin-react-hooks
8
8
import reactHooksPlugin from 'eslint-plugin-react-hooks'
9
- import { ERROR , OFF } from './config'
9
+ import { ERROR , OFF } from './config.js '
10
10
11
11
/**
12
12
* @type {Array<import('eslint').Linter.Config> }
You can’t perform that action at this time.
0 commit comments