Skip to content

Commit

Permalink
Merge pull request #3 from asyncjs/eslint
Browse files Browse the repository at this point in the history
Eslint
  • Loading branch information
almost authored Jul 3, 2024
2 parents 013ab31 + c5ef41c commit 4dead7b
Show file tree
Hide file tree
Showing 20 changed files with 2,549 additions and 230 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": [
"eslint:recommended",
"plugin:prettier/recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"no-console": "error"
}
}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ results

npm-debug.log
node_modules/
/.vscode/*
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jquery.*

/public/fonts/
/public/img/
/views/

/data/
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": false,
"editor.codeActionsOnSave": []
}
Loading

0 comments on commit 4dead7b

Please sign in to comment.