Skip to content

Commit

Permalink
v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
espimarisa committed Mar 29, 2024
1 parent 4a32018 commit c910ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-ks",
"type": "module",
"version": "5.0.1",
"version": "5.0.2",
"description": "A strict and customizable \"kitchen sink\" ESLint config library featuring support for ESM, TypeScript, React, Svelte, Astro, Vue, and more.",
"author": "Espi Marisa <contact@espi.me> (https://espi.me)",
"license": "zlib",
Expand Down
2 changes: 1 addition & 1 deletion src/rules/node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const nodeRules = {

// Breakage
"n/no-missing-import": "off",
"n/no-unpublished-import": "off"
"n/no-unpublished-import": "off",
};

export default nodeRules;

0 comments on commit c910ea7

Please sign in to comment.