Skip to content

Commit

Permalink
fix: make cypress config file compatible with eslint-config-airbnb rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Dec 31, 2018
1 parent 623712d commit 0fc972e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// as explained in the cypress docs
// https://docs.cypress.io/api/plugins/preprocessors-api.html#Examples

// /* eslint-disable import/no-extraneous-dependencies, global-require */
/* eslint-disable import/no-extraneous-dependencies, global-require, arrow-body-style */
// const webpack = require('@cypress/webpack-preprocessor')

module.exports = (on, config) => {
Expand Down

0 comments on commit 0fc972e

Please sign in to comment.