Skip to content

Commit

Permalink
Remove ignoring of calc parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed May 12, 2021
1 parent f117326 commit e846198
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .eslintignore
@@ -1,6 +1,5 @@
.coverage
lib/vendor
lib/utils/parseCalcExpression/parser.js

# Unignore config files like .prettierrc.js, because they're ignored by default
!.*rc.js
1 change: 0 additions & 1 deletion .prettierignore
Expand Up @@ -10,7 +10,6 @@
**/fixtures/**/*.vue
**/fixtures/**/*.html
**/fixtures/**/*.markdown
lib/utils/parseCalcExpression/parser.js
scripts/**/*.css
system-tests/**/*.css
system-tests/**/*.scss
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -74,8 +74,7 @@
"collectCoverage": false,
"collectCoverageFrom": [
"lib/**/*.js",
"!lib/vendor/**/*.js",
"!lib/utils/parseCalcExpression/parser.js"
"!lib/vendor/**/*.js"
],
"coverageDirectory": "./.coverage/",
"coverageReporters": [
Expand Down

0 comments on commit e846198

Please sign in to comment.