Skip to content

Commit

Permalink
import JS & TS rules from shared @stylistic/eslint-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
GizmoTjaz committed Sep 15, 2024
1 parent a4a9331 commit 11136fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rules/javascript.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Plugins
const stylistic = require("@stylistic/eslint-plugin-js");
const stylistic = require("@stylistic/eslint-plugin");

// Rules
const js = require("@eslint/js");
Expand Down
2 changes: 1 addition & 1 deletion rules/typescript.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Plugins
const stylistic = require("@stylistic/eslint-plugin-ts");
const stylistic = require("@stylistic/eslint-plugin");

// Rules
const js = require("@eslint/js");
Expand Down

0 comments on commit 11136fd

Please sign in to comment.