Skip to content

Commit 5aa9829

Browse files
refactor: disable stylistic rules
1 parent b98d467 commit 5aa9829

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.eslintrc.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
22
"root": true,
3+
"rules": {
4+
"quotes": "off",
5+
"curly": "off",
6+
"indent": "off",
7+
"comma-dangle": "off",
8+
"line-comment-position": "off",
9+
"object-curly-spacing": "off",
10+
"generator-star-spacing": "off",
11+
"nonblock-statement-body-position": "off",
12+
"newline-per-chained-call": "off",
13+
"lines-between-class-members": "off"
14+
},
315
"extends": "th0r"
416
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
1616
* Add support for Zstandard compression ([#693](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/693) by [@bjohansebas](https://github.com/bjohansebas))
1717

1818
* **Internal**
19-
* Prettier applied to the code base ([#693](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/693) by [@alexander-akait](https://github.com/alexander-akait))
19+
* Prettier applied to the code base ([#693](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/694) by [@alexander-akait](https://github.com/alexander-akait))
2020
* Update `sirv` dependency ([#692](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/692) by [@bjohansebas](https://github.com/bjohansebas))
2121
* Update `ws` dependency ([#691](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/691) by [@bjohansebas](https://github.com/bjohansebas))
2222

0 commit comments

Comments
 (0)