Skip to content

Commit

Permalink
Update: brcjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacra committed Oct 2, 2019
1 parent 3dc6c49 commit f5b7f5f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module.exports =
{
env: {node: true},
module.exports = {
extends: 'eslint-config-brcjs'
};
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_js:
- stable

script:
# - npm run lint
- npm run lint
- npm run test-travis

after_script:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
"time-stamp": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"bluebird": "^3.5.1",
"cross-env": "^2.0.0",
"eslint": "^5.0.0",
"eslint-config-brcjs": "^0.1.0",
"eslint": "^6.5.1",
"eslint-config-brcjs": "^1.1.1",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.3"
Expand Down
5 changes: 0 additions & 5 deletions test/.eslintrc.js

This file was deleted.

0 comments on commit f5b7f5f

Please sign in to comment.