Skip to content

Commit

Permalink
Linted matsMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Aug 15, 2024
1 parent a7f944f commit 8861fbf
Show file tree
Hide file tree
Showing 8 changed files with 3,701 additions and 3,639 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// our dependencies.
// XXX: this *should* be taken care of by eslint-import-resolver-meteor, investigate.
// "import/no-extraneous-dependencies": "off",
// "no-underscore-dangle": ["error", { "allow": ["_id", "_ensureIndex"] }],
"no-underscore-dangle": ["error", { "allow": ["_id", "_ensureIndex"] }],
"object-shorthand": ["error", "always", { "avoidQuotes": false }],
"space-before-function-paren": "off",
// for Meteor API's that rely on `this` context, e.g. Template.onCreated and publications
Expand All @@ -51,7 +51,6 @@
"radix": "warn",
"global-require": "warn",
"no-lonely-if": "warn",
"no-underscore-dangle": ["off", { "allow": ["_id", "_ensureIndex"] }], // Uncomment line 27 with Meteor's recommended "no-underscore-dangle" policy when resolving this
"no-return-assign": "warn",
"no-shadow": "warn",
"new-cap": "warn",
Expand Down
62 changes: 26 additions & 36 deletions meteor_packages/mats-common/.npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8861fbf

Please sign in to comment.