Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

feat: no literals eslint rule #29

Merged
merged 2 commits into from
Dec 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
}
]
}
],
"react/jsx-no-literals": [
"error",
{
"noStrings": true,
"ignoreProps": true
}
]
}
}