mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
Adding ESLint config -- run yarn lint on prebuild
This commit is contained in:
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"editor.tabSize": 2,
|
||||
"editor.detectIndentation": false,
|
||||
"eslint.options": {
|
||||
"configFile": ".eslintrc.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user