blob: e5dd2bb97032d9e4d9711ce83999be08a4a06135 [file] [log] [blame]
{
"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"]
}