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

Commit

Permalink
Updates ESLint version/remove unnecessary config
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Mar 20, 2017
1 parent 702d6b8 commit b49ab20
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 164 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
6 changes: 0 additions & 6 deletions eslint-tester.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -37,9 +37,8 @@
"homepage": "https://github.com/babel/babel-eslint",
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.17.1",
"eslint": "^3.18.0",
"eslint-config-babel": "^6.0.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.30.3",
"espree": "^3.4.0",
"mocha": "^3.0.0"
Expand Down

0 comments on commit b49ab20

Please sign in to comment.