Skip to content

Commit f85d157

Browse files
committed
build: use yaml eslint configuration
1 parent 421f96c commit f85d157

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.eslintrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

.eslintrc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
root: true
2+
rules:
3+
eol-last: error
4+
indent: ["error", 2, { "SwitchCase": 1 }]
5+
no-trailing-spaces: error

0 commit comments

Comments
 (0)