Skip to content

Commit 00fc43b

Browse files
committed
React template
1 parent 01e23b7 commit 00fc43b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4786
-1121
lines changed

.eslintrc.cjs

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ module.exports = {
33
browser: true,
44
es2021: true
55
},
6-
extends: ['standard', 'plugin:react/recommended'],
6+
extends: ['standard', 'eslint:recommended','plugin:react/recommended', 'plugin:prettier/recommended'],
7+
78
overrides: [
89
{
910
env: {
@@ -22,6 +23,7 @@ module.exports = {
2223
plugins: ['react'],
2324
rules: {
2425
'react/prop-types': 0,
25-
'no-unmodified-loop-condition': 0
26+
'no-unmodified-loop-condition': 0,
27+
'react/react-in-jsx-scope': 0
2628
}
2729
}

0 commit comments

Comments
 (0)