Skip to content

Commit

Permalink
remove inline eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dburles authored and Ben Newman committed Nov 16, 2016
1 parent 851b6c5 commit dc1bdc3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
//
// https://guide.meteor.com/testing.html

/* eslint-env mocha */
/* eslint-disable func-names, prefer-arrow-callback, no-underscore-dangle */

import { Meteor } from 'meteor/meteor';
import { assert } from 'meteor/practicalmeteor:chai';
import { Links } from './links.js';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
//
// https://guide.meteor.com/testing.html

/* eslint-env mocha */
/* eslint-disable func-names, prefer-arrow-callback */

import { Meteor } from 'meteor/meteor';
import { assert } from 'meteor/practicalmeteor:chai';
import { Links } from './links.js';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// All links-related publications

/* eslint-disable func-names, prefer-arrow-callback */

import { Meteor } from 'meteor/meteor';
import { Links } from '../links.js';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
//
// https://guide.meteor.com/testing.html

/* eslint-env mocha */
/* eslint-disable func-names, prefer-arrow-callback */

import { assert } from 'meteor/practicalmeteor:chai';
import { Links } from '../links.js';
import { PublicationCollector } from 'meteor/johanbrook:publication-collector';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { Links } from '/imports/api/links/links.js';
import { Meteor } from 'meteor/meteor';
import './info.html';

/* eslint-disable func-names, prefer-arrow-callback */

Template.info.onCreated(function () {
Meteor.subscribe('links.all');
});
Expand Down

0 comments on commit dc1bdc3

Please sign in to comment.