Skip to content

Commit

Permalink
Update eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve authored Sep 29, 2023
1 parent 247303d commit 130656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import{so1ve}from'@so1ve/eslint-config'

export default so1ve({},{
"files": "./examples/**",
"files":[ "./examples/**",],
"rules": {
"no-console": "off"
}
Expand Down

0 comments on commit 130656b

Please sign in to comment.