Skip to content

Commit

Permalink
First implementation of #1058
Browse files Browse the repository at this point in the history
  • Loading branch information
lentschi committed Nov 3, 2024
1 parent b2deb0e commit 2fa467d
Show file tree
Hide file tree
Showing 225 changed files with 52,388 additions and 2,249 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
"env": {
"browser": true,
"jquery": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 6
},
"rules": {
"no-unused-vars": ["error", { "vars": "local" }]
}
}
Loading

0 comments on commit 2fa467d

Please sign in to comment.