mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix lint
This commit is contained in:
parent
0eb59e2fc3
commit
f5cb82d311
1 changed files with 2 additions and 14 deletions
|
@ -1,22 +1,10 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": ["@excalidraw/eslint-config", "react-app"],
|
||||||
"@excalidraw/eslint-config",
|
|
||||||
"react-app"
|
|
||||||
],
|
|
||||||
"rules": {
|
"rules": {
|
||||||
"import/order": [
|
"import/order": [
|
||||||
"warn",
|
"warn",
|
||||||
{
|
{
|
||||||
"groups": [
|
"groups": ["builtin", "external", "internal", "parent", "sibling", "index", "object", "type"],
|
||||||
"builtin",
|
|
||||||
"external",
|
|
||||||
"internal",
|
|
||||||
"parent",
|
|
||||||
"sibling",
|
|
||||||
"index",
|
|
||||||
"object",
|
|
||||||
"type"
|
|
||||||
],
|
|
||||||
"pathGroups": [
|
"pathGroups": [
|
||||||
{
|
{
|
||||||
"pattern": "@excalidraw/**",
|
"pattern": "@excalidraw/**",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue