From a5d94019e5bc79156b4c9e9ec44fcfdaf84f7693 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Wed, 12 Jan 2022 20:26:15 +1100 Subject: [PATCH] adding enfornce suppression code --- index.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",