Skip to content

Commit

Permalink
Remove function-calc-no-invalid (#5296)
Browse files Browse the repository at this point in the history
* Remove function-calc-no-invalid

* Remove calc parser

* Remove ignoring of calc parser
  • Loading branch information
jeddy3 committed May 14, 2021
1 parent 2f01778 commit 4b82c24
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 5,683 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
1 change: 0 additions & 1 deletion docs/user-guide/rules/list.md
Expand Up @@ -23,7 +23,6 @@ Grouped first by the following categories and then by the [_thing_](http://apps.

### Function

- [`function-calc-no-invalid`](../../../lib/rules/function-calc-no-invalid/README.md): Disallow an invalid expression within `calc` functions.
- [`function-calc-no-unspaced-operator`](../../../lib/rules/function-calc-no-unspaced-operator/README.md): Disallow an unspaced operator within `calc` functions.
- [`function-linear-gradient-no-nonstandard-direction`](../../../lib/rules/function-linear-gradient-no-nonstandard-direction/README.md): Disallow direction values in `linear-gradient()` calls that are not valid according to the [standard syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient#Syntax).

Expand Down
96 changes: 0 additions & 96 deletions lib/rules/function-calc-no-invalid/README.md

This file was deleted.

0 comments on commit 4b82c24

Please sign in to comment.