File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change
1
+ * text =auto eol =lf
Original file line number Diff line number Diff line change 1
- import * as os from 'os'
2
1
import nodev20 from '@strv/eslint-config-node/v20'
3
2
import nodeopt from '@strv/eslint-config-node/optional'
4
3
import nodestyle from '@strv/eslint-config-node/style'
@@ -7,7 +6,6 @@ import tsoptional from '@strv/eslint-config-typescript/optional'
7
6
import tsstyle from '@strv/eslint-config-typescript/style'
8
7
import mocha from '@strv/eslint-config-mocha'
9
8
10
- const lbstyle = os . platform ( ) === 'win32' ? 'windows' : 'unix'
11
9
const globs = {
12
10
mjs : '**/*.mjs' ,
13
11
ts : '**/*.ts' ,
@@ -34,12 +32,6 @@ const config = [
34
32
{ files : [ globs . ts ] ,
35
33
languageOptions : {
36
34
parserOptions : { project : './tsconfig.json' } ,
37
- } ,
38
- rules : {
39
- // This repository is configured so that upon checkout, git should convert line endings to platform-specific
40
- // defaults and convert them back to LF when checking in. As such, we must enforce CRLF endings on Windows,
41
- // otherwise the lint task would fail on Windows systems.
42
- 'linebreak-style' : [ 'error' , lbstyle ] ,
43
35
} } ,
44
36
]
45
37
You can’t perform that action at this time.
0 commit comments