Fix the additional line endings (#4476)
This commit is contained in:
parent
5652b56b45
commit
911a303326
3 changed files with 103 additions and 103 deletions
|
@ -33,8 +33,8 @@
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"lint": "eslint ./**/*.{ts,tsx}",
|
"lint": "eslint './**/*.{ts,tsx}'",
|
||||||
"lint:fix": "eslint ./**/*.{ts,tsx} --fix"
|
"lint:fix": "eslint './**/*.{ts,tsx}' --fix"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
|
|
Loading…
Reference in a new issue