Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(eslint-plugin): [dot-notation] fix typo in schema (#2040)
  • Loading branch information
andrefilimono committed May 18, 2020
1 parent f188901 commit 242328f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/rules/dot-notation.ts
Expand Up @@ -35,7 +35,7 @@ export default createRule<Options, MessageIds>({
default: '',
},
allowPrivateClassPropertyAccess: {
tyoe: 'boolean',
type: 'boolean',
default: false,
},
},
Expand Down

0 comments on commit 242328f

Please sign in to comment.