Skip to content

Commit

Permalink
Remove eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign committed Jun 8, 2019
1 parent 51ccdb1 commit 9b24513
Show file tree
Hide file tree
Showing 16 changed files with 370 additions and 1,792 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

22 changes: 0 additions & 22 deletions .eslintrc

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ storybook-static
!.all-contributorsrc
!.babelrc.js
!.editorconfig
!.eslintrc
!.eslintignore
!.github
!.gitignore
!.npmignore
Expand Down
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global process, module */
const test = process.env.NODE_ENV === 'test';
module.exports = api => {
api.cache(false);
Expand Down
1 change: 0 additions & 1 deletion jest/dist.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global module */
var pkg = require('../package.json');

module.exports = Object.assign({}, pkg.jest, {
Expand Down
1 change: 0 additions & 1 deletion jest/es.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global module */
var pkg = require('../package.json');

module.exports = Object.assign({}, pkg.jest, {
Expand Down
1 change: 0 additions & 1 deletion jest/lib.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global module */
var pkg = require('../package.json');

module.exports = Object.assign({}, pkg.jest, {
Expand Down
Loading

0 comments on commit 9b24513

Please sign in to comment.