Skip to content

Commit 42c4454

Browse files
authored
Update eslint.config.js
1 parent 6f7362c commit 42c4454

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: eslint.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
import babelParser from "@babel/eslint-parser";
33

44
export default [{ // NullDev-Style ESLint Config: https://github.com/NullDevCo/JavaScript-Styleguide
5-
ignores: ["dist", "node_modules"], // Ignore dist folders and dependencies
5+
ignores: [ // Ignore dist folders and dependencies
6+
"dist", "node_modules",
7+
],
68
files: ["**/*.js", "**/*.jsx"],
79
plugins: {}, // Additional ESLint Plugins
810
languageOptions: {

0 commit comments

Comments
 (0)