Skip to content

Commit 38e2c60

Browse files
committed
chore: revert addition of lint scripts
1 parent facf8bc commit 38e2c60

File tree

131 files changed

+115
-404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+115
-404
lines changed

packages/react-components/component-selector-preview/library/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,5 @@
5252
"major",
5353
"prerelease"
5454
]
55-
},
56-
"scripts": {
57-
"lint": "eslint ."
5855
}
5956
}

packages/react-components/component-selector-preview/stories/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@
77
"@fluentui/react-storybook-addon-export-to-sandbox": "*",
88
"@fluentui/scripts-storybook": "*",
99
"@fluentui/eslint-plugin": "*"
10-
},
11-
"scripts": {
12-
"lint": "eslint ."
1310
}
1411
}

packages/react-components/eslint-plugin-react-components/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,5 @@
3535
"dist/*.d.ts",
3636
"lib-commonjs",
3737
"lib"
38-
],
39-
"scripts": {
40-
"lint": "eslint ."
41-
}
38+
]
4239
}

packages/react-components/react-accordion/library/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,5 @@
5858
"lib",
5959
"lib-commonjs"
6060
],
61-
"scripts": {
62-
"lint": "eslint ."
63-
}
61+
"scripts": {}
6462
}

packages/react-components/react-accordion/stories/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@
88
"@fluentui/react-storybook-addon-export-to-sandbox": "*",
99
"@fluentui/scripts-storybook": "*",
1010
"@fluentui/eslint-plugin": "*"
11-
},
12-
"scripts": {
13-
"lint": "eslint ."
1411
}
1512
}

packages/react-components/react-aria/library/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,5 @@
5252
"lib",
5353
"lib-commonjs"
5454
],
55-
"scripts": {
56-
"lint": "eslint ."
57-
}
55+
"scripts": {}
5856
}

packages/react-components/react-aria/stories/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@
88
"@fluentui/react-storybook-addon-export-to-sandbox": "*",
99
"@fluentui/scripts-storybook": "*",
1010
"@fluentui/eslint-plugin": "*"
11-
},
12-
"scripts": {
13-
"lint": "eslint ."
1411
}
1512
}

packages/react-components/react-avatar/library/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,5 @@
6060
"dist/*.d.ts",
6161
"lib",
6262
"lib-commonjs"
63-
],
64-
"scripts": {
65-
"lint": "eslint ."
66-
}
63+
]
6764
}

packages/react-components/react-avatar/stories/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@
99
"@fluentui/scripts-storybook": "*",
1010
"@fluentui/eslint-plugin": "*"
1111
},
12-
"scripts": {
13-
"lint": "eslint ."
14-
}
12+
"scripts": {}
1513
}

packages/react-components/react-badge/library/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,5 @@
5252
"dist/*.d.ts",
5353
"lib",
5454
"lib-commonjs"
55-
],
56-
"scripts": {
57-
"lint": "eslint ."
58-
}
55+
]
5956
}

0 commit comments

Comments
 (0)