Skip to content

Commit

Permalink
Merge branch 'master' into rule-doc-harmonization
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Apr 30, 2024
2 parents bfc63bd + a8e36f7 commit fa29884
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .eslintrc.json → .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
module.exports = {
"env": {
"node": true,
"es6": true
Expand All @@ -15,21 +15,11 @@
"plugin:mocha/recommended"
],
"rules": {
"eslint-plugin/require-meta-docs-url": [
"error",
{
"pattern": "https://github.com/cypress-io/eslint-plugin-cypress/blob/master/docs/rules/{{name}}.md"
}
],
"eslint-plugin/require-meta-docs-url":
["error", { "pattern": "https://github.com/cypress-io/eslint-plugin-cypress/blob/master/docs/rules/{{name}}.md" }],
"eslint-plugin/require-meta-docs-description": "error",
"n/no-extraneous-require": [
"error",
{
"allowModules": [
"jest-config"
]
}
],
"n/no-extraneous-require":
["error", { "allowModules": ["jest-config"] }],
"no-redeclare": "off",
"mocha/no-mocha-arrows": "off",
"mocha/no-setup-in-describe": "off"
Expand Down

0 comments on commit fa29884

Please sign in to comment.