Skip to content

Commit

Permalink
remove mui eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
sghall committed Mar 19, 2017
1 parent 11c68ef commit 022dc35
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["./scripts/material-ui-babel-preset-es2015", "stage-1", "react"],
"presets": ["./scripts/babel-preset-es2015", "stage-1", "react"],
"plugins": [
["transform-replace-object-assign", "simple-assign"],
"transform-dev-warning"
Expand Down
6 changes: 2 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ module.exports = {
'babel',
'react',
'mocha',
'material-ui',
"import",
"flowtype"
'import',
'flowtype'
],
rules: {
'array-bracket-spacing': ['error', 'never'],
Expand Down Expand Up @@ -113,7 +112,6 @@ module.exports = {
'react/require-render-return': 'error',
'react/self-closing-comp': 'error',
'react/sort-comp': 'error',
'material-ui/docgen-ignore-before-comment': 'error',
'mocha/handle-done-callback': 'error',
'mocha/no-exclusive-tests': 'error',
'mocha/no-global-tests': 'error',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-material-ui": "file:scripts/eslint-plugin-material-ui",
"eslint-plugin-mocha": "^4.7.0",
"eslint-plugin-react": "^6.7.1",
"flow-bin": "^0.40.0",
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions scripts/eslint-plugin-material-ui/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/eslint-plugin-material-ui/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions scripts/eslint-plugin-material-ui/lib/index.js

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/eslint-plugin-material-ui/package.json

This file was deleted.

This file was deleted.

0 comments on commit 022dc35

Please sign in to comment.