Skip to content

Commit

Permalink
Attempt to fix eslint bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DangaRanga committed May 22, 2021
1 parent 1f1a35c commit 976c7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,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",
"format": "prettier --write \"**/*.{ts,tsx,json,scss,css}\""
},
"eslintConfig": {
Expand Down

0 comments on commit 976c7e9

Please sign in to comment.