diff --git a/web/package.json b/web/package.json index 8310848f..bdc6fb49 100644 --- a/web/package.json +++ b/web/package.json @@ -24,7 +24,7 @@ "scripts": { "start": "craco start", "build": "craco build", - "lint": "eslint '*/**/*.{js,ts,tsx}' --fix", + "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix", "coverage": "COVERAGE=true craco build", "test": "craco test --coverage --no-cache", "report": "nyc report -r clover -r json -r lcov -r text",