@jsse/eslint-config 0.0.5 → 0.0.6
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 +5 -0
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @jsse/eslint-config
|
|
2
2
|
|
|
3
|
+
<sup>[![Version Badge][npm-version-svg]][package-url]</sup>
|
|
4
|
+
|
|
3
5
|
Eslint config
|
|
4
6
|
|
|
5
7
|
- eslint flat config
|
|
@@ -101,3 +103,6 @@ don't care anymore...
|
|
|
101
103
|
## License
|
|
102
104
|
|
|
103
105
|
[MIT](./LICENSE) License © 2019-PRESENT [Anthony Fu](https://github.com/antfu)
|
|
106
|
+
|
|
107
|
+
[package-url]: https://www.npmjs.com/package/@jsse/eslint-config
|
|
108
|
+
[npm-version-svg]: https://badge.fury.io/js/@jsse%2Feslint-config.svg
|
package/dist/cli.cjs
CHANGED
package/dist/cli.js
CHANGED
package/package.json
CHANGED