Manojkiran Eda | 87111bb | 2021-08-14 11:26:16 +0530 | [diff] [blame] | 1 | { |
Manojkiran Eda | 213cf83 | 2021-11-06 18:08:22 +0530 | [diff] [blame] | 2 | "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 Williams | b08ddf7 | 2022-12-06 08:56:31 -0600 | [diff] [blame] | 10 | "ignorePatterns": ["**/meson-*/*.json", "subprojects/**/*.json"] |
Manojkiran Eda | 87111bb | 2021-08-14 11:26:16 +0530 | [diff] [blame] | 11 | } |