Skip to content

Commit

Permalink
chore: prepare project setup for inferred plugin enablement (#33101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell authored Oct 23, 2024
1 parent 39269ba commit b01032e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/eslint-plugin/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
displayName: 'eslint-plugin',
coverageDirectory: './coverage',
};
1 change: 1 addition & 0 deletions scripts/generators/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": ["plugin:@fluentui/eslint-plugin/node", "plugin:@fluentui/eslint-plugin/imports"],
"ignorePatterns": ["plop-templates-*"],
"rules": {
"@fluentui/max-len": "off",
"import/no-extraneous-dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion scripts/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"main": "index.js",
"scripts": {
"lint": "eslint --ext .ts,.js --ignore-pattern plop-templates-* ./src",
"lint": "eslint --ext .ts,.js ./src",
"test": "jest --passWithNoTests"
},
"dependencies": {
Expand Down

0 comments on commit b01032e

Please sign in to comment.