Skip to content

Commit

Permalink
chore: fix lints
Browse files Browse the repository at this point in the history
1. add coveralls yml
  • Loading branch information
rajasegar committed Jun 5, 2021
1 parent 3c318d3 commit 8a4870c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: 4rW6FjlOyapUNCHiPsmYrfa6eK3v1nvI4
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
plugins: ['prettier', 'node'],
extends: ['eslint:recommended', 'plugin:node/recommended', 'prettier'],
parserOptions: {
ecmaVersion: 2017,
ecmaVersion: 2018,
sourceType: 'module',
},
rules: {
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"dependencies": {
"chroma-js": "^2.1.2",
"tailwindcss": "^2.1.4"
},
"engines": {
"node": ">=12.0.0"
}
}

0 comments on commit 8a4870c

Please sign in to comment.