@thedanbob/esbuild-plugin-eslint 0.3.13 → 0.3.15
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/package.json +1 -1
- package/readme.md +2 -9
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
# `esbuild-plugin-eslint`
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/esbuild-plugin-eslint)
|
|
4
|
-
[](https://www.npmjs.com/package/esbuild-plugin-eslint)
|
|
5
|
-
[](https://github.com/nodejs/Release)
|
|
6
|
-
[](https://github.com/evanw/esbuild)
|
|
7
|
-
[](https://github.com/eslint/eslint)
|
|
8
|
-
[](license)
|
|
9
|
-
|
|
10
3
|
> Lint your [`esbuild`](https://github.com/evanw/esbuild) bundles with [`eslint`](https://github.com/eslint/eslint). 🧐
|
|
11
4
|
|
|
12
5
|
Nicely integrates the most recent version of [`eslint`](https://github.com/eslint/eslint) into an [`esbuild`](https://github.com/evanw/esbuild) plugin.
|
|
@@ -50,7 +43,7 @@ Tells esbuild what files to look at. Only files matching this pattern will be ha
|
|
|
50
43
|
|
|
51
44
|
Type: `boolean`<br>
|
|
52
45
|
Default: `false`<br>
|
|
53
|
-
Used by: [The plugin itself](https://github.com/
|
|
46
|
+
Used by: [The plugin itself](https://github.com/thedanbob/esbuild-plugin-eslint)<br>
|
|
54
47
|
|
|
55
48
|
Instructs the plugin to forward errors found by ESLint to esbuild and throw an error.
|
|
56
49
|
|
|
@@ -58,7 +51,7 @@ Instructs the plugin to forward errors found by ESLint to esbuild and throw an e
|
|
|
58
51
|
|
|
59
52
|
Type: `boolean`<br>
|
|
60
53
|
Default: `false`<br>
|
|
61
|
-
Used by: [The plugin itself](https://github.com/
|
|
54
|
+
Used by: [The plugin itself](https://github.com/thedanbob/esbuild-plugin-eslint)<br>
|
|
62
55
|
|
|
63
56
|
Instructs the plugin to forward warnings found by ESLint to esbuild and throw an error.
|
|
64
57
|
|