Skip to content

Commit 027c69a

Browse files
committed
build: update build tools
1 parent c56acc8 commit 027c69a

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.browserslistrc

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# https://github.com/browserslist/browserslist#readme
22

3-
>= 0.5%
4-
last 2 major versions
3+
[production]
4+
>0.2%
55
not dead
6-
Chrome >= 60
7-
Firefox >= 60
8-
Firefox ESR
9-
iOS >= 12
10-
Safari >= 12
11-
not Explorer <= 11
6+
not op_mini all
7+
8+
[development]
9+
last 1 chrome version
10+
last 1 firefox version
11+
last 1 safari version

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
},
1515
extends: [
1616
'react-app',
17+
'react-app/jest',
1718
'plugin:react/recommended', // Uses the recommended rules from @eslint-plugin-react
1819
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
1920
],

0 commit comments

Comments
 (0)