diff --git a/tests/lib/config-array-factory.js b/tests/lib/config-array-factory.js index be3e7ff5..dff13027 100644 --- a/tests/lib/config-array-factory.js +++ b/tests/lib/config-array-factory.js @@ -2241,12 +2241,12 @@ describe("ConfigArrayFactory", () => { } `, "plugins/.eslintrc.yml": ` - plugins: - - test - rules: - test/foo: 2 - env: - test/bar: true +plugins: + - test +rules: + test/foo: 2 +env: + test/bar: true ` } });