@favorodera/eslint-config 0.0.19 → 0.1.1

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 CHANGED
@@ -4,6 +4,7 @@
4
4
  <p>
5
5
  <a href="https://github.com/favorodera/eslint-config/blob/main/LICENSE"><img src="https://img.shields.io/github/license/favorodera/eslint-config.svg?style=plastic&label=License&color=blue" alt="License"></a>
6
6
  <a href="https://github.com/favorodera/eslint-config/stargazers"><img src="https://img.shields.io/github/stars/favorodera/eslint-config.svg?style=plastic&label=Stars&color=blue" alt="GitHub Stars"></a>
7
+ <a href="https://npmx.dev/package/@favorodera/eslint-config"><img src="https://img.shields.io/npm/dw/@favorodera/eslint-config.svg?style=plastic&label=NPM%20Downloads&color=blue" alt="NPM Downloads"></a>
7
8
  <a href="https://npmx.dev/package/@favorodera/eslint-config"><img src="https://img.shields.io/npm/v/@favorodera/eslint-config.svg?style=plastic&label=Version&color=blue" alt="NPM Version"></a>
8
9
  </p>
9
10
  </div>
package/dist/index.mjs CHANGED
@@ -932,7 +932,7 @@ async function tailwind(options) {
932
932
  return [{
933
933
  name: "favorodera/tailwind/setup",
934
934
  plugins: { tailwind: tailwindPlugin },
935
- settings: { tailwindcss: resolved.settings }
935
+ settings: { "better-tailwindcss": resolved.settings }
936
936
  }, {
937
937
  files: resolved.files,
938
938
  name: "favorodera/tailwind/rules",
@@ -1107,8 +1107,8 @@ async function unicorn(options) {
1107
1107
  rules: {
1108
1108
  ...baseRules,
1109
1109
  "unicorn/filename-case": "off",
1110
- "unicorn/prevent-abbreviations": "off",
1111
1110
  "unicorn/no-process-exit": "off",
1111
+ "unicorn/prevent-abbreviations": "off",
1112
1112
  ...resolved.overrides
1113
1113
  }
1114
1114
  }];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@favorodera/eslint-config",
3
3
  "type": "module",
4
- "version": "0.0.19",
4
+ "version": "0.1.1",
5
5
  "private": false,
6
6
  "description": "Opinionated, type-safe flat ESLint configuration factory for Vue, TypeScript, Tailwind, and more.",
7
7
  "author": "Favour Emeka <favorodera@gmail.com>",