Skip to content
Snippets Groups Projects
Commit 9b824308 authored by robban64's avatar robban64
Browse files

fix: eslint end-of-line error

parent cb7d448e
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,9 @@
],
"rules": {
"semi":"off",
"react/jsx-one-expression-per-line": "off"
"react/jsx-one-expression-per-line": "off",
"prettier/prettier": ["error", {
"endOfLine":"auto"
}]
}
}
......@@ -2,5 +2,6 @@
"semi": false,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 80
"printWidth": 80,
"endOfLine": "lf"
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment