@zayne-labs/eslint-config 0.2.9 → 0.2.12
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 +1 -1
- package/dist/index.d.ts +555 -423
- package/dist/index.js +23 -20
- package/dist/index.js.map +1 -1
- package/package.json +34 -32
package/README.md
CHANGED
|
@@ -303,7 +303,7 @@ export default combine(
|
|
|
303
303
|
|
|
304
304
|
Check out the [configs](https://github.com/zayne-labs/eslint-config/blob/main/src/configs) and [factory](https://github.com/zayne-labs/eslint-config/blob/main/src/factory.ts) for more details.
|
|
305
305
|
|
|
306
|
-
> Thanks to [
|
|
306
|
+
> Thanks to [antfu/eslint-config](https://github.com/antfu/eslint-config) for the inspiration and reference.
|
|
307
307
|
|
|
308
308
|
### Plugins Renaming
|
|
309
309
|
|