@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thedanbob/esbuild-plugin-eslint",
3
- "version": "0.3.13",
3
+ "version": "0.3.15",
4
4
  "description": "Lint your esbuild bundles with ESLint. 🧐",
5
5
  "keywords": [
6
6
  "esbuild",
package/readme.md CHANGED
@@ -1,12 +1,5 @@
1
1
  # `esbuild-plugin-eslint`
2
2
 
3
- [![latest version on npm](https://img.shields.io/npm/v/esbuild-plugin-eslint)](https://www.npmjs.com/package/esbuild-plugin-eslint)
4
- [![npm downloads a week](https://img.shields.io/npm/dw/esbuild-plugin-eslint)](https://www.npmjs.com/package/esbuild-plugin-eslint)
5
- [![required node version](https://img.shields.io/node/v/esbuild-plugin-eslint)](https://github.com/nodejs/Release)
6
- [![esbuild peer dep](https://img.shields.io/npm/dependency-version/esbuild-plugin-eslint/peer/esbuild?label=esbuild%20peer%20dep)](https://github.com/evanw/esbuild)
7
- [![eslint peer dep](https://img.shields.io/npm/dependency-version/esbuild-plugin-eslint/peer/eslint?label=eslint%20peer%20dep)](https://github.com/eslint/eslint)
8
- [![package license](https://img.shields.io/npm/l/esbuild-plugin-eslint)](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/robinloeffel/esbuild-plugin-eslint)<br>
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/robinloeffel/esbuild-plugin-eslint)<br>
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