Skip to content

Commit

Permalink
feat: add eslint fbjs config
Browse files Browse the repository at this point in the history
  • Loading branch information
wldeh committed Mar 9, 2024
1 parent 68550ed commit 1980e83
Show file tree
Hide file tree
Showing 3 changed files with 2,431 additions and 244 deletions.
8 changes: 8 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"root": true,
"extends": ["fbjs"],
"ignorePatterns": ["node_modules", "dist"],
"rules": {
"import/order": "off"
}
}
Loading

0 comments on commit 1980e83

Please sign in to comment.