Skip to content

Commit

Permalink
eslint ignore examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Jan 16, 2022
1 parent 443430c commit be0c402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"ignorePatterns": [
"dist",
"*.json",
"website"
"website",
"examples"
],
"rules": {
"curly": [
Expand Down

0 comments on commit be0c402

Please sign in to comment.