Skip to content

Commit

Permalink
Merge pull request #6 from krampstudio/feature/update-dependencies
Browse files Browse the repository at this point in the history
Feature/update dependencies
  • Loading branch information
krampstudio authored Oct 9, 2020
2 parents fd8fc25 + 72b257a commit 9fc6eec
Show file tree
Hide file tree
Showing 3 changed files with 2,775 additions and 1,302 deletions.
36 changes: 13 additions & 23 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
module.exports = {
"env": {
"es6": true,
"node": true
root: true,
env: {
es6: true,
node: true,
},
"extends": "eslint:recommended",
"rules": {
"indent": [
"error",
4
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
};
extends: 'eslint:recommended',
rules: {
indent: ['error', 4],
'linebreak-style': ['error', 'unix'],
quotes: ['error', 'single'],
semi: ['error', 'always'],
},
};

Loading

0 comments on commit 9fc6eec

Please sign in to comment.