| { | |
| "extends": ["plugin:json/recommended-with-comments"], | |
| // Generated json files created by meson does not pass | |
| // the standard eslint json validation, so ignoring them. | |
| // We dont want to lint the json files in the suprojects, so | |
| // ignoring the json files in the subprojects folder | |
| "ignorePatterns": ["**/meson-*/*.json", "subprojects/**/*.json"] | |
| } |