Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Fix example code of Radix rule (#4892)
Browse files Browse the repository at this point in the history
  • Loading branch information
WMXPY authored and Josh Goldberg committed Nov 15, 2019
1 parent b5de3dd commit c4e16a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rules/code-examples/radix.examples.ts
Expand Up @@ -33,8 +33,6 @@ export const codeExamples = [
fail: Lint.Utils.dedent`
const x: string = '11';
const dec: number = parseInt(x);
const bin: number = parseInt(x, 2);
const hex: number = parseInt(x, 16);
`,
},
];

0 comments on commit c4e16a0

Please sign in to comment.