fix: Remove .js files from linting (#1049)

Co-authored-by: count-null <70529195+count-null@users.noreply.github.com>
This commit is contained in:
nullcount
2024-01-06 14:17:12 -05:00
committed by GitHub
parent 3c8adacad6
commit 9a215693e3

View File

@ -7,8 +7,8 @@
"dev": "node --max-old-space-size=4096 ./node_modules/.bin/webpack --watch --progress --mode development", "dev": "node --max-old-space-size=4096 ./node_modules/.bin/webpack --watch --progress --mode development",
"test": "jest", "test": "jest",
"build": "webpack --mode production", "build": "webpack --mode production",
"lint": "eslint src/**/*.{js,ts,tsx}", "lint": "eslint src/**/*.{ts,tsx}",
"lint:fix": "eslint --fix 'src/**/*.{js,ts,tsx}'", "lint:fix": "eslint --fix 'src/**/*.{ts,tsx}'",
"format": "prettier --write '**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc" "format": "prettier --write '**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
}, },
"keywords": [], "keywords": [],