@bonniernews/eslint-config 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
- Fixed bad docs.
|
|
6
|
+
|
|
7
|
+
## 2.0.1
|
|
8
|
+
|
|
9
|
+
- Switched to released 1.0.0 of `@bonniernews/eslint-plugin-typescript-rules`.
|
|
10
|
+
|
|
3
11
|
## 2.0.0
|
|
4
12
|
|
|
5
13
|
- Breaking change: switch from eslint 8 to eslint 9 and adapt to the new flat file config format.
|
package/README.md
CHANGED
|
@@ -157,7 +157,8 @@ The different rule sets have changed name and behaviour:
|
|
|
157
157
|
* `@bonniernews/eslint-config/ts` config for ts files
|
|
158
158
|
* `@bonniernews/eslint-config/jsx` config for jsx files
|
|
159
159
|
* `@bonniernews/eslint-config/tsx` config for tsx files
|
|
160
|
-
* `@bonniernews/eslint-config/test` config for test files using mocha-cakes-2 and chai
|
|
160
|
+
* `@bonniernews/eslint-config/test-js` config for test js files using mocha-cakes-2 and chai
|
|
161
|
+
* `@bonniernews/eslint-config/test-ts` config for test ts files using mocha-cakes-2 and chai
|
|
161
162
|
* `@bonniernews/eslint-config/ignores` global ignores
|
|
162
163
|
|
|
163
164
|
## Running eslint
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bonniernews/eslint-config",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "ESLint config",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"license": "MIT",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@bonniernews/eslint-plugin-typescript-rules": "^1.0.0
|
|
45
|
+
"@bonniernews/eslint-plugin-typescript-rules": "^1.0.0",
|
|
46
46
|
"@stylistic/eslint-plugin": "^3.1.0",
|
|
47
47
|
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
|
48
48
|
"@typescript-eslint/parser": "^8.22.0",
|