commit | d0757dea42670e517edf056c5b12655ef34db2e7 | [log] [tgz] |
---|---|---|
author | Xinnan Xie <xiexinnan@bytedance.com> | Mon May 27 14:22:58 2024 +0800 |
committer | Xinnan Xie <xiexinnan@bytedance.com> | Mon May 27 14:39:17 2024 +0800 |
tree | 3f5f4b06bb8f4413cf8782a8a986cff4c3a7f797 | |
parent | 3adf1a3b224c28f59403e55aba3d886f4cccca53 [diff] |
build-unit-test-docker: eslint-plugin-json: pin to v3.1.0 The new v4.0.0 release does not work with an error like this: ``` Error: ESLint configuration in --config ยป plugin:json/recommended-with-comments is invalid: - Unexpected top-level property "files". ``` Pin eslint-plugin-json to v3.1.0 to solve this. Change-Id: I773c9c0bda3b87cca92e69089ea37fb20f563ab9 Signed-off-by: Xinnan Xie <xiexinnan@bytedance.com>