Skip to content

Commit

Permalink
chore: add tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksteamdev committed Dec 22, 2020
1 parent f7cfa66 commit fa446d9
Show file tree
Hide file tree
Showing 4 changed files with 1,241 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
"env": {
"node": true,
"commonjs": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
}
};
3 changes: 3 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
semi: false
singleQuote: true
trailingComma: all
Loading

0 comments on commit fa446d9

Please sign in to comment.