Skip to content

Commit

Permalink
chore: Add eslint rules and remove useless babel-core
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed Jan 28, 2019
1 parent e02fb94 commit b15958e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 7 additions & 1 deletion .eslintrc
Expand Up @@ -45,7 +45,13 @@
}, },
"plugins": [ "plugins": [
"@typescript-eslint" "@typescript-eslint"
] ],
"rules": {
"no-undef": "off",
"no-unused-vars": "off",
"no-restricted-globals": "off",
"no-use-before-define": "off"
}
} }
] ]
} }
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -61,7 +61,6 @@
"@types/react": "16.7.22", "@types/react": "16.7.22",
"@typescript-eslint/eslint-plugin": "^1.1.0", "@typescript-eslint/eslint-plugin": "^1.1.0",
"@typescript-eslint/parser": "^1.1.0", "@typescript-eslint/parser": "^1.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1", "babel-eslint": "10.0.1",
"babel-jest": "24.0.0", "babel-jest": "24.0.0",
"eslint": "5.12.1", "eslint": "5.12.1",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -1062,11 +1062,6 @@ axobject-query@^2.0.2:
dependencies: dependencies:
ast-types-flow "0.0.7" ast-types-flow "0.0.7"


babel-core@7.0.0-bridge.0:
version "7.0.0-bridge.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==

babel-eslint@10.0.1: babel-eslint@10.0.1:
version "10.0.1" version "10.0.1"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed" resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
Expand Down

0 comments on commit b15958e

Please sign in to comment.