eslint-config-dolmios 1.4.0 → 1.4.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/README.md +4 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -53,6 +53,10 @@ This config also exports two TSConfig setups, `base` and `lib` respectively. The
|
|
|
53
53
|
"extends": "eslint-config-dolmios/configs/tsconfig"
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
+
## Configurations
|
|
57
|
+
|
|
58
|
+
You can view the ESLint configuration in the reference notes: [reference.txt](./reference.txt).
|
|
59
|
+
|
|
56
60
|
## Contributing
|
|
57
61
|
|
|
58
62
|
Feel free to get in touch with feedback, advice or suggestions. See [Conventional Commits](https://gist.github.com/dolmios/0e33c579a500d87fc6f44df6cde97259) for new contributors.
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-dolmios",
|
|
3
3
|
"description": "A simple ESLint config with Prettier and a couple TSConfig setups",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.2",
|
|
5
5
|
"author": "Jackson Dolman <mail@dolmios.com>",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/dolmios/eslint-config-dolmios/issues"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
11
|
-
"@typescript-eslint/parser": "^5.
|
|
12
|
-
"eslint": "^8.
|
|
13
|
-
"eslint-config-next": "^13.
|
|
14
|
-
"eslint-config-prettier": "^8.
|
|
10
|
+
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
11
|
+
"@typescript-eslint/parser": "^5.54.1",
|
|
12
|
+
"eslint": "^8.35.0",
|
|
13
|
+
"eslint-config-next": "^13.2.3",
|
|
14
|
+
"eslint-config-prettier": "^8.7.0",
|
|
15
15
|
"eslint-plugin-typescript-sort-keys": "^2.1.0",
|
|
16
|
-
"prettier": "^2.8.
|
|
17
|
-
"typescript": "^4.9.
|
|
16
|
+
"prettier": "^2.8.4",
|
|
17
|
+
"typescript": "^4.9.5"
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://github.com/dolmios/eslint-config-dolmios#readme",
|
|
20
20
|
"keywords": [
|