Skip to content

Commit

Permalink
fix: use nuxt eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Jan 8, 2019
1 parent 577ec5e commit 9cd27b5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 84 deletions.
10 changes: 10 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"parserOptions": {
"parser": "babel-eslint",
"sourceType": "module"
},
"extends": [
"@nuxtjs"
]
}
84 changes: 0 additions & 84 deletions .eslintrc.js

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@nuxtjs/eslint-config": "^0.0.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,11 @@
dependencies:
consola "^2.3.0"

"@nuxtjs/eslint-config@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-0.0.1.tgz#3aeed1cc6a2e01331c7e6b56bfa7152ce8bb2d90"
integrity sha512-Scz5oYNtVwePF1ebXcWPrFxBpNF5wAkYh8L++6f2ZdLyUb1mCOwzE2+oVZxS25hGCYUyecFEshbqeSwkC+ktqA==

"@nuxtjs/manifest@^2.6.0":
version "2.6.0"
resolved "https://registry.yarnpkg.com/@nuxtjs/manifest/-/manifest-2.6.0.tgz#eb2ffdf9335a882c08b259578c346cee72920077"
Expand Down

0 comments on commit 9cd27b5

Please sign in to comment.