We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8e06e commit 6355e73Copy full SHA for 6355e73
base.js
@@ -8,8 +8,12 @@ import { restrictedGlobals } from './noRestrictedGlobals.js';
8
9
export default defineConfig(
10
// Add the jsx extension to linted files.
11
- { files: ['**/*.jsx'] },
12
{
+ name: 'cheminfo/react/lint-jsx',
13
+ files: ['**/*.jsx'],
14
+ },
15
+ {
16
+ name: 'cheminfo/react/rules',
17
languageOptions: {
18
globals: {
19
...globals.browser,
package.json
@@ -32,7 +32,7 @@
32
},
33
"homepage": "https://github.com/cheminfo/eslint-config-cheminfo-react#readme",
34
"dependencies": {
35
- "eslint-config-cheminfo": "^14.1.0",
+ "eslint-config-cheminfo": "^14.1.1",
36
"eslint-plugin-react": "^7.37.5",
37
"eslint-plugin-react-hooks": "^5.2.0",
38
"eslint-plugin-react-refresh": "^0.4.20",
0 commit comments