Skip to content

Commit

Permalink
chore(react): remove unused common/ code and simplify eslint config t…
Browse files Browse the repository at this point in the history
…o json
  • Loading branch information
Hotell committed Mar 8, 2023
1 parent 3167466 commit c055e81
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 89 deletions.
21 changes: 0 additions & 21 deletions packages/react/.eslintrc.js

This file was deleted.

14 changes: 14 additions & 0 deletions packages/react/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": ["plugin:@fluentui/eslint-plugin/react--legacy"],
"root": true,
"rules": {
"@fluentui/ban-imports": [
"error",
{
"pathRegex": "^(\\.\\./)+Styling$",
"names": ["FontSizes"]
}
],
"@typescript-eslint/no-explicit-any": "off"
}
}
68 changes: 0 additions & 68 deletions packages/react/src/common/shallowUntilTarget.ts

This file was deleted.

0 comments on commit c055e81

Please sign in to comment.