Skip to content

Commit

Permalink
add obj type delimiter default
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Dec 14, 2021
1 parent e088ef4 commit 2eb6598
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 @@ -39,6 +39,7 @@ module.exports = {
'ft-flow/enforce-line-break': 2,
'ft-flow/newline-after-flow-annotation': [2, 'never'],
'ft-flow/object-type-curly-spacing': [2, 'always'],
'ft-flow/object-type-delimiter': [2, 'comma'],
'ft-flow/quotes': [2, 'single'],
'ft-flow/semi': [2, 'always'],
'ft-flow/interface-id-match': ['error', '^_?([A-Z][A-Za-z0-9$]*I)$'],
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.3",
"version": "1.0.4",
"main": "index.js",
"repository": "[email protected]:Brianzchen/eslint-config-bzc.git",
"author": "Brian Chen",
Expand Down

0 comments on commit 2eb6598

Please sign in to comment.