Skip to content

Commit

Permalink
v2.0.3 - Update Docs to prepare for release (#12)
Browse files Browse the repository at this point in the history
* update project domain url

* rm github pages deploy action

* update docs

* update baseurl for docs

* fix footer links layout

* update logo, favicon & tab title for all pages

* jsx-a11y compatibility fix

* update jsx-a11y doc page

* eslint 8.56.0 -> 8.57.0

* rm comma-dangle

* rm object-curly-newline rule

* reword comma-dangle remove reason

* update README

* upgrade docusarus

* add more test cases

* rm arrow-body-style rule

* rename bad-js.ts to bad-js2.js

* rm dot-notation rule

* modify @stylistic/indent

* rm @stylistic/no-mixed-operators

* update docs
  • Loading branch information
nishkohli96 committed Jun 2, 2024
1 parent 4057c21 commit dcc7849
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/docs/changelog/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Changelog-v2

## [2.0.3](https://github.com/nishkohli96/eslint-config/tree/v2.0.3)

**Released - 31 May, 2024**
**Released - 2 June, 2024**

<p style={{ fontSize: "25px" }}>Official [Docs 📖](https://nish1896-eslint-config.vercel.app/) for the config 🎉</p>

Expand Down
1 change: 1 addition & 0 deletions apps/docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ This config extends the following plugins and parsers -

- [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb)
- [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import)
- [eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)
- [eslint-plugin-json](https://www.npmjs.com/package/eslint-plugin-json)
- [eslint-plugin-jsonc](https://www.npmjs.com/package/eslint-plugin-jsonc)
- [eslint-plugin-node](https://www.npmjs.com/package/eslint-plugin-node)
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/docs/rules/stylistic.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ These rules are included in the `@nish1896/eslint-flat-config/js` and `@nish1896
|[comma-spacing](https://eslint.style/rules/default/comma-spacing)||
|[eol-last](https://eslint.style/rules/default/eol-last)||
|[function-call-argument-newline](https://eslint.style/rules/default/function-call-argument-newline)| consistent |
|[function-paren-newline](https://eslint.style/rules/default/function-paren-newline)|| consistent |
|[indent](https://eslint.style/rules/default/indent)|| 2 |
|[function-paren-newline](https://eslint.style/rules/default/function-paren-newline)| consistent |
|[indent](https://eslint.style/rules/default/indent)| `2, { ignoredNodes: ['PropertyDefinition[decorators]', 'MethodDefinition[decorators]', 'ClassBody.body > Decorator']}` |
|[indent-binary-ops](https://eslint.style/rules/default/indent-binary-ops)| 2 |
|[key-spacing](https://eslint.style/rules/default/key-spacing)||
|[linebreak-style](https://eslint.style/rules/default/linebreak-style)||
Expand Down

0 comments on commit dcc7849

Please sign in to comment.