Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit

Permalink
chore: ignore lint on ejs template vue
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Jun 10, 2019
1 parent a8ecdb9 commit c13a140
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
_*.js
_.*.vue
template/nuxt/pages/index.vue',
template/frameworks/iview/pages/index.vue'
4 changes: 1 addition & 3 deletions saofile.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,7 @@ module.exports = {
patterns: {
gitignore: '.gitignore',
'_package.json': 'package.json',
'_.eslintrc.js': '.eslintrc.js',
'nuxt/pages/_.index.vue': 'nuxt/pages/index.vue',
'frameworks/iview/pages/_.index.vue': 'frameworks/iview/pages/index.vue'
'_.eslintrc.js': '.eslintrc.js'
}
})

Expand Down
File renamed without changes.

0 comments on commit c13a140

Please sign in to comment.