18 lines
222 B
JSON
18 lines
222 B
JSON
{
|
|
"import/exports-last": [
|
|
"error"
|
|
],
|
|
"import/first": [
|
|
"error"
|
|
],
|
|
"import/newline-after-import": [
|
|
"error",
|
|
{
|
|
"count": 1
|
|
}
|
|
],
|
|
"import/no-webpack-loader-syntax": [
|
|
"error"
|
|
]
|
|
}
|