xref: /openbmc/openbmc-build-scripts/config/eslint-global-config.json (revision 051b05b73ea2b8550807a5e07879bcc36e0a0f54)
1{
2    "extends": ["plugin:json/recommended-with-comments"],
3
4    // Generated json files created by meson does not pass
5    // the standard eslint json validation, so ignoring them.
6
7    // We dont want to lint the json files in the suprojects, so
8    // ignoring the json files in the subprojects folder
9
10    "ignorePatterns":["**/meson-*/*.json", "subprojects/**/*.json"]
11}
12