Skip to content

Commit

Permalink
Merge pull request #6 from flowforge/linter
Browse files Browse the repository at this point in the history
Add Linter
  • Loading branch information
hardillb authored Jan 31, 2022
2 parents 85aa56f + 8e715c9 commit 767e258
Show file tree
Hide file tree
Showing 4 changed files with 3,654 additions and 487 deletions.
17 changes: 17 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true,
"mocha": true
},
"extends": [
"standard"
],
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
"indent": ["error", 4]
}
}
Loading

0 comments on commit 767e258

Please sign in to comment.