Skip to content

Commit

Permalink
ADD linting capabilities
Browse files Browse the repository at this point in the history
related #83
  • Loading branch information
nwindis committed Oct 14, 2020
1 parent a10478b commit cd19a9d
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
changelog.md
/node_modules
3 changes: 3 additions & 0 deletions .markdownlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"MD013": false
}
142 changes: 142 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.0.0",
"markdownlint-cli": "^0.24.0",
"node-sass": "^4.14.1",
"sass": "^1.26.11",
"sass-loader": "8.0.2",
Expand Down Expand Up @@ -80,6 +81,7 @@
"dev": "quasar dev --modern",
"lint": "eslint --ext .js,.vue src",
"lint:scss": "node_modules/.bin/stylelint 'src/**/*.{scss,vue}'",
"lint:markdown": "node_modules/.bin/markdownlint '**/*.{md,markdown}'",
"test:unit": "jest --updateSnapshot"
},
"publishConfig": {
Expand Down

0 comments on commit cd19a9d

Please sign in to comment.