@bifravst/eslint-config-typescript 6.1.13 → 6.1.14
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/eslint.config.js +3 -3
- package/package.json +6 -6
package/eslint.config.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// @ts-check
|
|
2
2
|
|
|
3
3
|
import eslint from '@eslint/js'
|
|
4
|
-
import tseslint from 'typescript-eslint'
|
|
5
|
-
import unicorn from 'eslint-plugin-unicorn'
|
|
6
|
-
import preferArrow from 'eslint-plugin-prefer-arrow'
|
|
7
4
|
import prettier from 'eslint-config-prettier'
|
|
8
5
|
import * as importPlugin from 'eslint-plugin-import'
|
|
6
|
+
import preferArrow from 'eslint-plugin-prefer-arrow'
|
|
7
|
+
import unicorn from 'eslint-plugin-unicorn'
|
|
8
|
+
import tseslint from 'typescript-eslint'
|
|
9
9
|
|
|
10
10
|
export default tseslint.config(
|
|
11
11
|
eslint.configs.recommended,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bifravst/eslint-config-typescript",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.14",
|
|
4
4
|
"description": "ESLint config for all our projects.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "eslint.config.js",
|
|
@@ -24,17 +24,17 @@
|
|
|
24
24
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
25
25
|
"eslint": "8.57.0",
|
|
26
26
|
"eslint-config-prettier": "9.1.0",
|
|
27
|
-
"eslint-plugin-import": "2.
|
|
27
|
+
"eslint-plugin-import": "2.30.0",
|
|
28
28
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
29
29
|
"eslint-plugin-unicorn": "52.0.0",
|
|
30
30
|
"typescript": "5.5.4",
|
|
31
31
|
"typescript-eslint": "7.18.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@bifravst/prettier-config": "1.0
|
|
35
|
-
"@commitlint/config-conventional": "19.
|
|
36
|
-
"commitlint": "19.
|
|
37
|
-
"husky": "9.1.
|
|
34
|
+
"@bifravst/prettier-config": "1.1.0",
|
|
35
|
+
"@commitlint/config-conventional": "19.4.1",
|
|
36
|
+
"commitlint": "19.4.1",
|
|
37
|
+
"husky": "9.1.5"
|
|
38
38
|
},
|
|
39
39
|
"lint-staged": {
|
|
40
40
|
"*.{yml,md,js,json}": [
|