@favorodera/eslint-config 1.0.2 → 1.0.3

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/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -96,7 +96,6 @@ function disables() {
96
96
  {
97
97
  files: [mdGlob],
98
98
  ignores: [mdInMdGlob],
99
- languageOptions: { frontmatter: "yaml" },
100
99
  name: "favorodera/disables/markdown",
101
100
  rules: { "md/no-missing-atx-heading-space": "off" }
102
101
  },
@@ -116,6 +115,7 @@ function disables() {
116
115
  "no-unused-vars": "off",
117
116
  "unicode-bom": "off",
118
117
  "node/prefer-global/process": "off",
118
+ "node/no-extraneous-import": "off",
119
119
  "style/comma-dangle": "off",
120
120
  "style/eol-last": "off",
121
121
  "style/line-comment-position": "off",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@favorodera/eslint-config",
3
3
  "type": "module",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
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>",