File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 1- {
1+ module . exports = {
22 "env" : {
33 "node" : true ,
44 "es6" : true
1515 "plugin:mocha/recommended"
1616 ] ,
1717 "rules" : {
18- "eslint-plugin/require-meta-docs-url" : [
19- " error" ,
20- {
21- "pattern" : " https://github.com/cypress-io/eslint-plugin-cypress/blob/master/docs/rules/{{name}}.md"
22- }
23- ],
18+ "eslint-plugin/require-meta-docs-url" :
19+ [ "error" , { "pattern" : "https://github.com/cypress-io/eslint-plugin-cypress/blob/master/docs/rules/{{name}}.md" } ] ,
2420 "eslint-plugin/require-meta-docs-description" : "error" ,
25- "n/no-extraneous-require" : [
26- " error" ,
27- {
28- "allowModules" : [
29- " jest-config"
30- ]
31- }
32- ],
21+ "n/no-extraneous-require" :
22+ [ "error" , { "allowModules" : [ "jest-config" ] } ] ,
3323 "no-redeclare" : "off" ,
3424 "mocha/no-mocha-arrows" : "off" ,
3525 "mocha/no-setup-in-describe" : "off"
You can’t perform that action at this time.
0 commit comments