blob: 4e3da2fcdf5d70c2d89cde7bf5112e4460e3ed6e [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
10 "ignorePatterns":["**/meson-*/*.json", "subprojects/**/*.json"]
Manojkiran Eda87111bb2021-08-14 11:26:16 +053011}