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