Skip to content

Commit

Permalink
try to fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 21, 2023
1 parent c7028e1 commit 1250965
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
* text=auto
*.js text eol=lf
*.cjs text eol=lf
*.ts text eol=lf
3 changes: 3 additions & 0 deletions .xo-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"unicorn/no-this-assignment": "off",
"unicorn/prefer-spread": "off"
},
"settings": {
"import/core-modules": [ "yeoman-generator" ]
},
"overrides": [
{
"files": "test/*",
Expand Down

0 comments on commit 1250965

Please sign in to comment.