Skip to content

Commit

Permalink
Upgrade eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed Nov 1, 2023
1 parent 9c4beeb commit a2ccda7
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 203 deletions.
2 changes: 1 addition & 1 deletion example/src/examples/AsyncExample.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable import/no-unresolved,camelcase */
/* eslint-disable import/no-unresolved */

import React, { useState } from 'react';
import { AsyncTypeahead } from 'react-bootstrap-typeahead';
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.6",
"coveralls": "^3.1.1",
"css-loader": "^6.7.1",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react-hooks": "^4.0.4",
"execa": "^5.1.1",
"gh-pages": "^6.0.0",
Expand Down
Loading

0 comments on commit a2ccda7

Please sign in to comment.