Skip to content

Commit

Permalink
lint for device_metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yomybaby committed Jan 10, 2025
1 parent 0f1f642 commit 54936a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eject": "react-scripts eject",
"relay": "relay-compiler",
"relay:watch": "nodemon --watch schema.graphql --watch client-directives.graphql --exec 'pnpm run relay --watch'",
"lint": "eslint ./src '../resources/i18n/*.json' --ignore-pattern '*.test.*' --max-warnings=0",
"lint": "eslint ./src '../resources/i18n/*.json' '../resources/device_metadata.json' --ignore-pattern '*.test.*' --max-warnings=0",
"format": "pnpm dlx prettier --check 'src/**/*.{js,jsx,ts,tsx}'",
"format-fix": "pnpm dlx prettier --write './src/**/*.{js,jsx,ts,tsx}'",
"storybook": "storybook dev -p 6006",
Expand Down
2 changes: 1 addition & 1 deletion resources/device_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@
"display_icon": "lpu"
}
}
}
}

0 comments on commit 54936a9

Please sign in to comment.