Skip to content

Commit 1250965

Browse files
committed
try to fix lint errors
1 parent c7028e1 commit 1250965

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
* text=auto
22
*.js text eol=lf
3+
*.cjs text eol=lf
4+
*.ts text eol=lf

.xo-config.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"unicorn/no-this-assignment": "off",
1919
"unicorn/prefer-spread": "off"
2020
},
21+
"settings": {
22+
"import/core-modules": [ "yeoman-generator" ]
23+
},
2124
"overrides": [
2225
{
2326
"files": "test/*",

0 commit comments

Comments
 (0)