Skip to content

Commit

Permalink
Merge fa449c4 into d0a3030
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 8, 2020
2 parents d0a3030 + fa449c4 commit 3fe6e4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/prefer-exponentiation-operator.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
'use strict';
const getDocumentationUrl = require('./utils/get-documentation-url');
const create = () => ({});

module.exports = {
create,
meta: {
type: 'suggestion',
docs: {
Expand Down
2 changes: 2 additions & 0 deletions rules/regex-shorthand.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
'use strict';
const getDocumentationUrl = require('./utils/get-documentation-url');
const create = () => ({});

module.exports = {
create,
meta: {
type: 'suggestion',
docs: {
Expand Down

0 comments on commit 3fe6e4b

Please sign in to comment.