@luxass/eslint-config 4.4.1 → 4.4.2
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/dist/index.cjs +1 -4
- package/dist/index.js +1 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1866,10 +1866,7 @@ async function nextjs(options = {}) {
|
|
|
1866
1866
|
name: "luxass/nextjs/og-override",
|
|
1867
1867
|
files: GLOB_NEXTJS_OG,
|
|
1868
1868
|
rules: {
|
|
1869
|
-
"nextjs/no-img-element": "off"
|
|
1870
|
-
"react/no-unknown-property": ["error", {
|
|
1871
|
-
ignore: ["tw"]
|
|
1872
|
-
}]
|
|
1869
|
+
"nextjs/no-img-element": "off"
|
|
1873
1870
|
}
|
|
1874
1871
|
}
|
|
1875
1872
|
];
|
package/dist/index.js
CHANGED
|
@@ -1768,10 +1768,7 @@ async function nextjs(options = {}) {
|
|
|
1768
1768
|
name: "luxass/nextjs/og-override",
|
|
1769
1769
|
files: GLOB_NEXTJS_OG,
|
|
1770
1770
|
rules: {
|
|
1771
|
-
"nextjs/no-img-element": "off"
|
|
1772
|
-
"react/no-unknown-property": ["error", {
|
|
1773
|
-
ignore: ["tw"]
|
|
1774
|
-
}]
|
|
1771
|
+
"nextjs/no-img-element": "off"
|
|
1775
1772
|
}
|
|
1776
1773
|
}
|
|
1777
1774
|
];
|