Skip to content

Commit

Permalink
feat(): Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
121593 committed Feb 17, 2022
1 parent a78e082 commit 3c20d92
Show file tree
Hide file tree
Showing 6 changed files with 2,960 additions and 5,231 deletions.
17 changes: 17 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
root: true,
env: {
node: true
},
extends: [
'eslint:recommended',
'eslint-config-standard'
],
parserOptions: {
ecmaVersion: 2020
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
}
}
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: node:12
image: node:14

variables:
COVERALLS_SERVICE_NAME: "gitlab-ci"
Expand Down
6 changes: 6 additions & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/jsLinters/eslint.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3c20d92

Please sign in to comment.