mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 16:23:13 +00:00
fix: Remove .js files from linting (#1049)
Co-authored-by: count-null <70529195+count-null@users.noreply.github.com>
This commit is contained in:
@ -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": [],
|
||||||
|
Reference in New Issue
Block a user