Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
fix: lint all files
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Apr 3, 2020
1 parent 9c0f7b5 commit ca314e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions template/example/nuxt.config.js
Expand Up @@ -4,9 +4,6 @@ module.exports = {
rootDir: resolve(__dirname, '..'),
buildDir: resolve(__dirname, '.nuxt'),
srcDir: __dirname,
render: {
resourceHints: false
},
modules: [
{ handler: require('../') }
]
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Expand Up @@ -15,7 +15,7 @@
"main": "lib/module.js",
"scripts": {
"dev": "nuxt example",
"lint": "eslint --ext .js,.vue example lib test",
"lint": "eslint --ext .js,.vue .",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest"
},
Expand Down

0 comments on commit ca314e6

Please sign in to comment.