Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #447 from kaicataldo/clean-up-eslint
Browse files Browse the repository at this point in the history
Chore: Clean up and upgrades
  • Loading branch information
hzoo committed Mar 20, 2017
2 parents bdeb86f + b49ab20 commit ce66e73
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 158 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
@@ -1,10 +1,6 @@
module.exports = {
root: true,
extends: "babel",
parserOptions: {
ecmaVersion: 7,
sourceType: "module"
},
rules: {
"no-var": 0,
"max-len": 0
Expand Down
1 change: 0 additions & 1 deletion eslint
Submodule eslint deleted from fdce86
6 changes: 0 additions & 6 deletions eslint-tester.js

This file was deleted.

17 changes: 7 additions & 10 deletions package.json
Expand Up @@ -12,15 +12,13 @@
"url": "https://github.com/babel/babel-eslint.git"
},
"dependencies": {
"babel-code-frame": "^6.16.0",
"babel-traverse": "^6.15.0",
"babel-types": "^6.15.0",
"babylon": "^6.13.0",
"babel-code-frame": "^6.22.0",
"babel-traverse": "^6.23.1",
"babel-types": "^6.23.0",
"babylon": "^6.16.1",
"lodash.pickby": "^4.6.0"
},
"scripts": {
"bootstrap": "git submodule update --init && cd eslint && npm install",
"eslint": "cd eslint && mocha -c tests/lib/rules/*.js -r ../eslint-tester.js",
"test": "npm run lint && npm run test-only",
"test-only": "mocha",
"lint": "eslint index.js babylon-to-espree test",
Expand All @@ -39,11 +37,10 @@
"homepage": "https://github.com/babel/babel-eslint",
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.9.1",
"eslint": "^3.18.0",
"eslint-config-babel": "^6.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-flowtype": "^2.4.0",
"espree": "^3.3.1",
"eslint-plugin-flowtype": "^2.30.3",
"espree": "^3.4.0",
"mocha": "^3.0.0"
}
}

0 comments on commit ce66e73

Please sign in to comment.