Commit d25ad27 1 parent 6a8353e commit d25ad27 Copy full SHA for d25ad27
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,21 @@ ESLint's configuration of Mobile Reality Team
25
25
## Requirements
26
26
27
27
- ` node: ^16.13 || ^18.15.0 `
28
- - ` eslint: ~8.20 .0 `
28
+ - ` eslint: ^8.37 .0 `
29
29
- ` eslint-plugin-prettier: ^4.2.0 `
30
30
31
31
## Installation and usage for a new project
32
32
33
33
1 . Install ` @mobile-reality/eslint-config ` , ` eslint ` , ` prettier ` and ` eslint-plugin-prettier ` :
34
34
35
35
``` sh
36
- yarn add -D @mobile-reality/eslint-config eslint@~8.20 .0 prettier eslint-plugin-prettier
36
+ yarn add -D @mobile-reality/eslint-config eslint@^8.37 .0 prettier eslint-plugin-prettier
37
37
```
38
38
39
39
or
40
40
41
41
` ` ` sh
42
- npm i -D @mobile-reality/eslint-config eslint@~8.20 .0 prettier eslint-plugin-prettier
42
+ npm i -D @mobile-reality/eslint-config eslint@^8.37 .0 prettier eslint-plugin-prettier
43
43
` ` `
44
44
45
45
2. Add to your root ` .eslintrc.js` file:
You can’t perform that action at this time.
0 commit comments