Skip to content

Commit da4f50f

Browse files
committed
chore(admin,api,candidate,website): enforce LF for end of lines
1 parent 19648a7 commit da4f50f

File tree

4 files changed

+7
-26
lines changed

4 files changed

+7
-26
lines changed

packages/reva-admin-react/.eslintrc.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
"argsIgnorePattern": "^_",
1414
"ignoreRestSiblings": true
1515
}
16-
],
17-
"prettier/prettier": [
18-
"error",
19-
{
20-
"endOfLine": "auto"
21-
}
2216
]
2317
}
2418
}

packages/reva-api/.eslintrc.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"parser": "@typescript-eslint/parser",
3-
"plugins": ["@typescript-eslint", "import"],
3+
"plugins": [
4+
"@typescript-eslint",
5+
"import"
6+
],
47
"extends": [
58
"eslint:recommended",
69
"plugin:import/recommended",
@@ -14,7 +17,9 @@
1417
"typescript": true,
1518
"node": true
1619
},
17-
"import/ignore": ["node_modules"]
20+
"import/ignore": [
21+
"node_modules"
22+
]
1823
},
1924
"rules": {
2025
"import/no-unused-modules": [
@@ -37,12 +42,6 @@
3742
"varsIgnorePattern": "^_",
3843
"ignoreRestSiblings": true
3944
}
40-
],
41-
"prettier/prettier": [
42-
"error",
43-
{
44-
"endOfLine": "auto"
45-
}
4645
]
4746
}
4847
}

packages/reva-candidate/.eslintrc.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
"argsIgnorePattern": "^_",
1414
"ignoreRestSiblings": true
1515
}
16-
],
17-
"prettier/prettier": [
18-
"error",
19-
{
20-
"endOfLine": "auto"
21-
}
2216
]
2317
}
2418
}

packages/reva-website/.eslintrc.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
"argsIgnorePattern": "^_",
1414
"ignoreRestSiblings": true
1515
}
16-
],
17-
"prettier/prettier": [
18-
"error",
19-
{
20-
"endOfLine": "auto"
21-
}
2216
]
2317
}
2418
}

0 commit comments

Comments
 (0)