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",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "eslint ./**/*.{ts,tsx}",
|
||||
"lint:fix": "eslint ./**/*.{ts,tsx} --fix"
|
||||
"lint": "eslint './**/*.{ts,tsx}'",
|
||||
"lint:fix": "eslint './**/*.{ts,tsx}' --fix"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
|
|
Loading…
Reference in a new issue