Skip to content

Commit

Permalink
Disable property visibility annotations, see #618
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 5, 2017
1 parent 31ae79d commit de0abf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"require-tandem-support": 0,
//
// Require @public/@private for this.something = result;
"property-visibility-annotation": 2,
"property-visibility-annotation": 0,
"no-property-in-require-statement": 2,
// permit only one var declaration per line, see #390
"one-var": [
Expand Down

0 comments on commit de0abf9

Please sign in to comment.