Skip to content

Commit

Permalink
Fix eslint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruler501 committed Mar 11, 2020
1 parent 1132390 commit 27cbb46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ settings:
import/resolver:
webpack:
config: webpack.dev.js
parser: 'babel-eslint'
rules:
prettier/prettier: error
no-console: 0
Expand Down
1 change: 0 additions & 1 deletion src/components/CubeAnalysisNavbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
NavLink,
Navbar,
NavbarToggler,
Row,
UncontrolledDropdown,
} from 'reactstrap';

Expand Down

0 comments on commit 27cbb46

Please sign in to comment.