diff --git a/index.js b/index.js index 9d53944..c9af017 100644 --- a/index.js +++ b/index.js @@ -37,6 +37,7 @@ module.exports = { Function: true, }], 'ft-flow/enforce-line-break': 2, + 'ft-flow/enforce-suppression-code': 2, 'ft-flow/newline-after-flow-annotation': [2, 'never'], 'ft-flow/object-type-curly-spacing': [2, 'always'], 'ft-flow/object-type-delimiter': [2, 'comma'], diff --git a/package.json b/package.json index 7f4c632..4597485 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-bzc", "description": "Eslint Config for my personal and professional projects", - "version": "1.0.6", + "version": "1.0.7", "main": "index.js", "repository": "git@github.com:Brianzchen/eslint-config-bzc.git", "author": "Brian Chen",