eslint-plugin-meteor-error

1.2.2 • Public • Published

eslint-meteor-error

Rule to alert and fix new Error constructors in Meteor projects to use new Meteor.Error instead.

meteor-lint-pic

  • Alert/Error using new Error
  • Fixable rule

How to install

meteor npm i eslint-plugin-meteor-error -D
// .eslintrc.js

 plugins: ["meteor-error"],
  rules: {
    "meteor-error/transform-error-constructor":
     2, // or 1
  },

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-meteor-error

Weekly Downloads

95

Version

1.2.2

License

ISC

Unpacked Size

70.7 kB

Total Files

7

Last publish

Collaborators

  • vitorsalmeida