eslint-plugin-css
Advanced tools
Comparing version 0.10.0 to 0.11.0
{ | ||
"name": "eslint-plugin-css", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "An ESLint plugin that provides rules to verify CSS definition objects.", | ||
@@ -16,4 +16,4 @@ "engines": { | ||
"clean": "npx rimraf .nyc_output dist coverage", | ||
"lint": "eslint . --ext .js,.vue,.ts,.json,.yaml,.yml", | ||
"eslint-fix": "eslint . --ext .js,.vue,.ts,.json,.yaml,.yml --fix", | ||
"lint": "eslint .", | ||
"eslint-fix": "eslint . --fix", | ||
"pretest": "npm run build", | ||
@@ -69,6 +69,7 @@ "test:base": "mocha --require ts-node/register \"tests/**/*.ts\" --reporter dot --timeout 60000", | ||
"@changesets/cli": "^2.24.2", | ||
"@ota-meshi/eslint-plugin": "^0.15.0", | ||
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", | ||
"@ota-meshi/eslint-plugin": "^0.17.4", | ||
"@ota-meshi/site-kit-eslint-editor-vue": "^0.2.0", | ||
"@types/chai": "^4.2.22", | ||
"@types/eslint": "^8.0.0", | ||
"@types/eslint": "^8.56.10", | ||
"@types/eslint-community__eslint-utils": "npm:@types/eslint-utils@^3", | ||
@@ -80,13 +81,13 @@ "@types/eslint-scope": "^3.7.1", | ||
"@types/node": "^20.0.0", | ||
"@typescript-eslint/eslint-plugin": "^7.0.0", | ||
"@typescript-eslint/parser": "^7.0.0", | ||
"chai": "^4.3.4", | ||
"@typescript-eslint/parser": "^8.0.0", | ||
"chai": "^5.0.0", | ||
"env-cmd": "^10.1.0", | ||
"eslint": "^8.0.0", | ||
"eslint": "^9.5.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-eslint-plugin": "^6.0.0", | ||
"eslint-plugin-json-schema-validator": "^5.0.0", | ||
"eslint-plugin-jsdoc": "^50.0.0", | ||
"eslint-plugin-json-schema-validator": "^5.1.1", | ||
"eslint-plugin-jsonc": "^2.0.0", | ||
"eslint-plugin-n": "^16.0.0", | ||
"eslint-plugin-markdown": "^5.0.0", | ||
"eslint-plugin-n": "^17.9.0", | ||
"eslint-plugin-node-dependencies": "^0.12.0", | ||
@@ -109,3 +110,4 @@ "eslint-plugin-prettier": "^5.0.0", | ||
"typescript": "~5.0.0", | ||
"vite-plugin-eslint4b": "^0.4.0", | ||
"typescript-eslint": "^8.0.0", | ||
"vite-plugin-eslint4b": "^0.4.6", | ||
"vitepress": "^1.0.1", | ||
@@ -112,0 +114,0 @@ "vue-eslint-parser": "^9.0.0" |
@@ -67,3 +67,3 @@ # Introduction | ||
The `plugin.configs["flat/recommended"]` config enables a subset of [the rules](#white_check_mark-rules) that should be most useful to most users. | ||
*See [lib/configs/flat/recommended.ts](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/lib/configs/flat/recommended.ts) for more details.* | ||
*See [lib/configs/flat/recommended.ts](https://github.com/ota-meshi/eslint-plugin-css/blob/main/lib/configs/flat/recommended.ts) for more details.* | ||
@@ -100,3 +100,3 @@ ```js | ||
The `plugin.configs["flat/standard"]` config enables a subset of [the rules](#white_check_mark-rules) and superset of `plugin.configs["flat/recommended"]` config that apply a subjective style. | ||
*See [lib/configs/flat/standard.ts](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/lib/configs/flat/standard.ts) for more details.* | ||
*See [lib/configs/flat/standard.ts](https://github.com/ota-meshi/eslint-plugin-css/blob/main/lib/configs/flat/standard.ts) for more details.* | ||
@@ -192,6 +192,6 @@ ```js | ||
styled.input({/*CSS*/}) | ||
styled.input.attrs({})({/*CSS*/}) | ||
css({/*CSS*/}) | ||
createGlobalStyle({/*CSS*/}) | ||
styled.input({/* CSS */}) | ||
styled.input.attrs({})({/* CSS */}) | ||
css({/* CSS */}) | ||
createGlobalStyle({/* CSS */}) | ||
``` | ||
@@ -198,0 +198,0 @@ |
176547
93
4345
45