Skip to content

Commit

Permalink
feat: basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jul 6, 2021
1 parent 50f2fd8 commit dc2b9b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"env": {
"browser": true,
"commonjs": true,
"es6": true
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 12
},
"rules": {
"accessor-pairs": "error",
Expand Down Expand Up @@ -306,4 +306,4 @@
"never"
]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/lightense.js",
"scripts": {
"build": "webpack --progress --mode=production",
"test": "yarn build",
"test": "yarn eslint src/index.js",
"watch": "webpack --progress --watch --mode=development",
"release": "release-it"
},
Expand Down

0 comments on commit dc2b9b6

Please sign in to comment.