diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce675df..686aea4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: node-version: [20.x] - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} diff --git a/README.md b/README.md index 353123b..0d3ff65 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ This config extends the following plugins - - [eslint/recommended](https://eslint.org/docs/latest/rules/) - [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react) - [eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks) -- [eslint-plugin-jsx-a11y](https://www.npmjs.com/package/eslint-plugin-jsx-a11y) +- [eslint-plugin-jsx-a11y](https://www.npmjs.com/package/eslint-plugin-jsx-a11y) +- [@stylistic](https://eslint.style/) ## Installation @@ -97,14 +98,14 @@ Some folders have already been preconfigured to ignore when linting. View the complete list of rules - [eslint](https://eslint.org/docs/latest/rules/) -- [stylistic](https://eslint.style/rules/default) +- [stylistic](https://eslint.style/rules) - [typescript](https://typescript-eslint.io/rules/) - [react](https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules) - [jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/main/docs/rules) ⚠️ ***WARNING*** - avoid using this style of code. ❌ ***ERROR*** - your code is 🗑️ -🔧 ***FLEXIBLE*** - make eslint less strict and more developer-friendly. +🔧 ***FLEXIBLE*** - specified or overwritten default cases for rules. ## **stylistic rules** diff --git a/package-lock.json b/package-lock.json index 6e8e62d..e53f815 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nish1896/eslint-config", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nish1896/eslint-config", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "devDependencies": { "@stylistic/eslint-plugin": "^1.5.4", diff --git a/package.json b/package.json index 4900326..d16d52a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nish1896/eslint-config", - "version": "1.0.0", + "version": "1.0.2", "description": "eslint and stylistic rules to help you follow the industry-recommended coding practices.", "author": "Nishant Kohli", "scripts": { @@ -26,7 +26,7 @@ "main": "./lib/index.js", "homepage": "https://github.com/nishkohli96/eslint-config#readme", "repository": { - "url": "https://github.com/nishkohli96/eslint-config" + "url": "git+https://github.com/nishkohli96/eslint-config.git" }, "dependencies": { "@stylistic/eslint-plugin": "^1.5.4",