Skip to content

Commit

Permalink
Added linter job
Browse files Browse the repository at this point in the history
  • Loading branch information
aymene authored and aymene committed Jan 27, 2024
1 parent 0d64609 commit aa323aa
Show file tree
Hide file tree
Showing 3 changed files with 1,966 additions and 89 deletions.
26 changes: 26 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": "standard-with-typescript",
"overrides": [
{
"env": {
"node": true
},
"files": [
".eslintrc.{js,cjs}"
],
"parserOptions": {
"sourceType": "script"
}
}
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
}
}
Loading

0 comments on commit aa323aa

Please sign in to comment.