mirror of
https://github.com/runyanjake/jakesphotos.git
synced 2026-06-25 07:14:53 -07:00
Fix linting?
This commit is contained in:
parent
851b67a0f5
commit
55f80206b1
@ -6,7 +6,10 @@
|
|||||||
"Bash(echo \"OK: $f\")",
|
"Bash(echo \"OK: $f\")",
|
||||||
"Bash(echo \"BAD: $f\")",
|
"Bash(echo \"BAD: $f\")",
|
||||||
"Bash(done)",
|
"Bash(done)",
|
||||||
"Bash(node -e \":*)"
|
"Bash(node -e \":*)",
|
||||||
|
"Read(//c/Users/runya/Documents/repositories/jakeswestcoast/src/**)",
|
||||||
|
"Bash(node scripts/build-content.js)",
|
||||||
|
"Bash(npx eslint *)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -25,7 +25,10 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"react-app",
|
"react-app",
|
||||||
"react-app/jest"
|
"react-app/jest"
|
||||||
]
|
],
|
||||||
|
"env": {
|
||||||
|
"es2021": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user