We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764653e commit 403bc8fCopy full SHA for 403bc8f
standalone-packages/codesandbox-browserfs/.eslintrc.json
@@ -11,7 +11,6 @@
11
},
12
"rules": {
13
"indent": ["error", 2],
14
- "linebreak-style": ["error", "unix"],
15
"quotes": ["error", "single"],
16
"semi": ["error", "always"]
17
}
standalone-packages/codesandbox-browserfs/src/tslint.json
@@ -62,7 +62,6 @@
62
"indent": [true, "spaces"],
63
"interface-name": [false],
64
"quotemark": [false],
65
- "linebreak-style": [true, "LF"],
66
"no-require-imports": false,
67
"no-var-requires": false,
68
"no-trailing-whitespace": true,
0 commit comments