diff --git a/tests/integration/fixtures/eslint-v6/test.js.snap b/tests/integration/fixtures/eslint-v6/test.js.snap index 350194ef759..c15f60f0ff9 100644 --- a/tests/integration/fixtures/eslint-v6/test.js.snap +++ b/tests/integration/fixtures/eslint-v6/test.js.snap @@ -4,6 +4,7 @@ exports[`it should produce the expected lint ouput 1`] = ` Array [ Object { "errorCount": 1, + "fatalErrorCount": 0, "filePath": "/usr/linked/index.ts", "fixableErrorCount": 0, "fixableWarningCount": 0, diff --git a/tests/integration/fixtures/markdown/test.js.snap b/tests/integration/fixtures/markdown/test.js.snap index 8663838f7ed..67725201aa8 100644 --- a/tests/integration/fixtures/markdown/test.js.snap +++ b/tests/integration/fixtures/markdown/test.js.snap @@ -4,6 +4,7 @@ exports[`it should produce the expected lint ouput 1`] = ` Array [ Object { "errorCount": 10, + "fatalErrorCount": 0, "filePath": "/usr/linked/Doc.md", "fixableErrorCount": 0, "fixableWarningCount": 0, diff --git a/tests/integration/fixtures/recommended-does-not-require-program/test.js.snap b/tests/integration/fixtures/recommended-does-not-require-program/test.js.snap index b313deb408b..5b77306e554 100644 --- a/tests/integration/fixtures/recommended-does-not-require-program/test.js.snap +++ b/tests/integration/fixtures/recommended-does-not-require-program/test.js.snap @@ -4,6 +4,7 @@ exports[`it should produce the expected lint ouput 1`] = ` Array [ Object { "errorCount": 1, + "fatalErrorCount": 0, "filePath": "/usr/linked/index.ts", "fixableErrorCount": 1, "fixableWarningCount": 0, diff --git a/tests/integration/fixtures/vue-jsx/test.js.snap b/tests/integration/fixtures/vue-jsx/test.js.snap index 3f0b716085b..6877b71a7e8 100644 --- a/tests/integration/fixtures/vue-jsx/test.js.snap +++ b/tests/integration/fixtures/vue-jsx/test.js.snap @@ -4,6 +4,7 @@ exports[`it should produce the expected lint ouput 1`] = ` Array [ Object { "errorCount": 1, + "fatalErrorCount": 0, "filePath": "/usr/linked/Jsx.vue", "fixableErrorCount": 0, "fixableWarningCount": 0, diff --git a/tests/integration/fixtures/vue-sfc/test.js.snap b/tests/integration/fixtures/vue-sfc/test.js.snap index ac5804574da..3c0d7fc68a3 100644 --- a/tests/integration/fixtures/vue-sfc/test.js.snap +++ b/tests/integration/fixtures/vue-sfc/test.js.snap @@ -4,6 +4,7 @@ exports[`it should produce the expected lint ouput 1`] = ` Array [ Object { "errorCount": 1, + "fatalErrorCount": 0, "filePath": "/usr/linked/Hello.vue", "fixableErrorCount": 0, "fixableWarningCount": 0, @@ -89,6 +90,7 @@ export default Vue.extend({ }, Object { "errorCount": 0, + "fatalErrorCount": 0, "filePath": "/usr/linked/Utility.vue", "fixableErrorCount": 0, "fixableWarningCount": 0, @@ -114,6 +116,7 @@ export default class Utility { }, Object { "errorCount": 0, + "fatalErrorCount": 0, "filePath": "/usr/linked/World.vue", "fixableErrorCount": 0, "fixableWarningCount": 0,