mirror of
https://github.com/wahyd4/SAI2.git
synced 2026-08-09 05:06:05 +10:00
Due to line ending differences between Windows and Unix systems
This commit is contained in:
+2
-1
@@ -5,6 +5,7 @@
|
||||
"plugin:prettier/recommended"
|
||||
],
|
||||
"rules": {
|
||||
"unused-imports/no-unused-imports": "error"
|
||||
"unused-imports/no-unused-imports": "error",
|
||||
"prettier/prettier": ["error", { "endOfLine": "auto" }]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user