@codfish/eslint-config 0.0.0-PR-124--8ec70e4 → 0.0.0-PR-124--0da7f69
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 +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
[](https://github.com/semantic-release/semantic-release)
|
|
10
10
|
[](http://commitizen.github.io/cz-cli/)
|
|
11
11
|
|
|
12
|
+
<!-- prettier-ignore-start -->
|
|
12
13
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
13
14
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
14
15
|
## Table of Contents
|
|
@@ -27,6 +28,7 @@
|
|
|
27
28
|
- [Migration from Legacy Config](#migration-from-legacy-config)
|
|
28
29
|
|
|
29
30
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
31
|
+
<!-- prettier-ignore-end -->
|
|
30
32
|
|
|
31
33
|
## Features
|
|
32
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codfish/eslint-config",
|
|
3
|
-
"version": "0.0.0-PR-124--
|
|
3
|
+
"version": "0.0.0-PR-124--0da7f69",
|
|
4
4
|
"description": "Modern ESLint configuration with TypeScript, React, and testing framework support.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dev": "tsc --watch",
|
|
48
48
|
"type-check": "tsc --noEmit",
|
|
49
49
|
"lint": "eslint .",
|
|
50
|
-
"fix": "prettier --write \"**/*.{json,css,scss,md}\" && npm run lint -- --fix",
|
|
50
|
+
"fix": "prettier --write \"**/*.{json,css,scss,md}\" --config ./prettier.js && npm run lint -- --fix",
|
|
51
51
|
"prepublishOnly": "npm run build",
|
|
52
52
|
"prepare": "husky"
|
|
53
53
|
},
|