Skip to content

Commit

Permalink
chore: add .stylelintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Nov 21, 2023
1 parent c21c879 commit 1b70002
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions styles/lichess/.stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": "../../.stylelintrc.js",
"rules": {
"selector-type-no-unknown": [
true,
{
"ignore": ["signal", "index", "fill"]
}
]
}
}

0 comments on commit 1b70002

Please sign in to comment.