Skip to content

Commit

Permalink
👷Use lint inside starter folders as roots
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsvagr committed Jul 19, 2024
1 parent 9eb9785 commit 3b6d34e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions starter/cloudfunctions/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
...require('@ackee/styleguide-backend-config/eslint'),
root: true,
ignorePatterns: ['lib'],
parserOptions: {
project: '.eslint.tsconfig.json',
Expand Down
1 change: 1 addition & 0 deletions starter/cloudrun-graphql/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const defaultConfig = {
}

module.exports = {
root: true,
ignorePatterns: ['dist', 'docs', 'src/generated'],
overrides: [
{
Expand Down
1 change: 1 addition & 0 deletions starter/cloudrun/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
...require('@ackee/styleguide-backend-config/eslint'),
root: true,
ignorePatterns: ['dist', 'src/openapi', 'docs'],
parserOptions: {
project: '.eslint.tsconfig.json',
Expand Down

0 comments on commit 3b6d34e

Please sign in to comment.