Skip to content

Commit

Permalink
adding enfornce suppression code
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Jan 12, 2022
1 parent 31cdf78 commit a5d9401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:Brianzchen/eslint-config-bzc.git",
"author": "Brian Chen",
Expand Down

0 comments on commit a5d9401

Please sign in to comment.