Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove function-calc-no-invalid #5296

Merged
merged 3 commits into from May 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.