blob: 4e3da2fcdf5d70c2d89cde7bf5112e4460e3ed6e [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"]
}