Skip to content

Commit

Permalink
fix(eslint): remove unneeded lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Aug 21, 2019
1 parent f42b717 commit 9345857
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion examples/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { vector, victor } from '../src/vector';
import { point, ipoint } from '../src/point';
import debug from '../src/debug';
import { cachedValueOf, cachedFactory, operatorCalc } from '../src/operator';
/* eslint-disable no-console */

// create vector by numbers
const pos = vector(5, 6, 7);
Expand Down
5 changes: 0 additions & 5 deletions src/operator.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* eslint func-names: 0 */
/* eslint no-param-reassign: 0 */
/* eslint getter-return: 0 */
/* eslint new-cap: 0 */
/* eslint no-prototype-builtins: 0 */

const X = 0;
const Y = 1;
Expand Down

0 comments on commit 9345857

Please sign in to comment.