We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66475e commit 01f3841Copy full SHA for 01f3841
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-css-class-usage",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "ESLint plugin to check that CSS classes used in JS/TS files exist",
5
"main": "dist/index.js",
6
"files": [
@@ -22,10 +22,10 @@
22
"license": "MIT",
23
"repository": {
24
"type": "git",
25
- "url": "https://github.com/yourusername/eslint-plugin-css-class-usage.git"
+ "url": "https://github.com/fongandrew/eslint-plugin-css-class-usage.git"
26
},
27
"bugs": {
28
- "url": "https://github.com/yourusername/eslint-plugin-css-class-usage/issues"
+ "url": "https://github.com/fongandrew/eslint-plugin-css-class-usage/issues"
29
30
"peerDependencies": {
31
"eslint": ">=7.0.0"
0 commit comments