Skip to content

Commit 8c0898f

Browse files
authored
feat: fix eslint (#3498)
* chore: switch linces Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: fix eslint Signed-off-by: nikolay <n.atanasow94@gmail.com> --------- Signed-off-by: nikolay <n.atanasow94@gmail.com>
1 parent ace8c99 commit 8c0898f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.eslintrc.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ module.exports = {
4949
}],
5050
"simple-import-sort/imports": "error",
5151
"simple-import-sort/exports": "off",
52-
"header/header": [2, "block", [
53-
" * SPDX-License-Identifier: Apache-2.0",
54-
" ",
55-
]],
52+
"header/header": [2, "line", [" SPDX-License-Identifier: Apache-2.0"]],
5653
},
5754
};

0 commit comments

Comments
 (0)