diff --git a/.eslintignore b/.eslintignore index 5cfe8188d3..9b95ea30b1 100644 --- a/.eslintignore +++ b/.eslintignore @@ -8,6 +8,7 @@ **/public/** **/microsite/** **/docs-ui/** +**/workspaces/** **/templates/** **/sample-templates/** playwright.config.ts diff --git a/.prettierignore b/.prettierignore index 7269620fe6..5ed491cc25 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,6 +3,7 @@ .yarn dist microsite +workspaces docs-ui/.next docs-ui/public docs-ui/out diff --git a/workspaces/ui/package.json b/workspaces/ui/package.json index 1596b6d4ba..0d14e77479 100644 --- a/workspaces/ui/package.json +++ b/workspaces/ui/package.json @@ -13,7 +13,7 @@ "test": "backstage-cli repo test", "test:all": "backstage-cli repo test --coverage", "fix": "backstage-cli repo fix", - "lint": "backstage-cli repo lint --since origin/main", + "lint": "backstage-cli repo lint --since origin/master", "lint:all": "backstage-cli repo lint", "prettier:check": "prettier --check .", "new": "backstage-cli new"