mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +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:
parent
3c8adacad6
commit
9a215693e3
@ -7,8 +7,8 @@
|
||||
"dev": "node --max-old-space-size=4096 ./node_modules/.bin/webpack --watch --progress --mode development",
|
||||
"test": "jest",
|
||||
"build": "webpack --mode production",
|
||||
"lint": "eslint src/**/*.{js,ts,tsx}",
|
||||
"lint:fix": "eslint --fix 'src/**/*.{js,ts,tsx}'",
|
||||
"lint": "eslint src/**/*.{ts,tsx}",
|
||||
"lint:fix": "eslint --fix 'src/**/*.{ts,tsx}'",
|
||||
"format": "prettier --write '**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
|
||||
},
|
||||
"keywords": [],
|
||||
|
Loading…
Reference in New Issue
Block a user