mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
1c91c7b54d
- "yarn eslint" will throw the error if there are any formatting issues - "yarn format" will format the js file based on the project's prettier configuration.
9 lines
116 B
JSON
9 lines
116 B
JSON
{
|
|
"parser": "babel-eslint",
|
|
"plugins": [
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
}
|
|
} |