Fix the additional line endings (#4476)

This commit is contained in:
Joseph Chamish 2021-11-14 22:16:13 -05:00 committed by GitHub
parent 5652b56b45
commit 911a303326
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 103 additions and 103 deletions

View file

@ -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"