Skip to content

Commit

Permalink
[docs] Disable jsx-handler names
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 11, 2019
1 parent 4a702b0 commit b8208e8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docs/src/pages/components/.eslintrc.js
Expand Up @@ -2,5 +2,7 @@ module.exports = {
rules: {
// useful for interactions feedback
'no-alert': 'off',
// not very friendly to props forwarding
'react/jsx-handler-names': 'off',
},
};
@@ -1,5 +1,3 @@
/* eslint-disable react/jsx-handler-names */

import React from 'react';
import clsx from 'clsx';
import Select from 'react-select';
Expand Down
@@ -1,5 +1,3 @@
/* eslint-disable react/jsx-handler-names */

import React, { CSSProperties, HTMLAttributes } from 'react';
import clsx from 'clsx';
import Select from 'react-select';
Expand Down
2 changes: 0 additions & 2 deletions docs/src/pages/components/menus/MenuPopupState.js
@@ -1,5 +1,3 @@
/* eslint-disable react/jsx-handler-names */

import React from 'react';
import Button from '@material-ui/core/Button';
import Menu from '@material-ui/core/Menu';
Expand Down

0 comments on commit b8208e8

Please sign in to comment.