blob: e5dd2bb97032d9e4d9711ce83999be08a4a06135 [file] [log] [blame]
Manojkiran Eda87111bb2021-08-14 11:26:16 +05301{
Manojkiran Eda213cf832021-11-06 18:08:22 +05302 "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
Patrick Williamsb08ddf72022-12-06 08:56:31 -060010 "ignorePatterns": ["**/meson-*/*.json", "subprojects/**/*.json"]
Manojkiran Eda87111bb2021-08-14 11:26:16 +053011}