Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Disable eslint "linebreak-style" for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 16, 2020
1 parent 9ced340 commit ba58c48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -37,7 +37,10 @@
]
},
"eslintConfig": {
"extends": "@zeit/eslint-config-node"
"extends": "@zeit/eslint-config-node",
"rules": {
"linebreak-style": 0
}
},
"devDependencies": {
"@zeit/best": "0.5.2",
Expand Down

0 comments on commit ba58c48

Please sign in to comment.