We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7028e1 commit 1250965Copy full SHA for 1250965
.gitattributes
@@ -1,2 +1,4 @@
1
* text=auto
2
*.js text eol=lf
3
+*.cjs text eol=lf
4
+*.ts text eol=lf
.xo-config.json
@@ -18,6 +18,9 @@
18
"unicorn/no-this-assignment": "off",
19
"unicorn/prefer-spread": "off"
20
},
21
+ "settings": {
22
+ "import/core-modules": [ "yeoman-generator" ]
23
+ },
24
"overrides": [
25
{
26
"files": "test/*",
0 commit comments