Skip to content

Commit

Permalink
use correct registry
Browse files Browse the repository at this point in the history
  • Loading branch information
metalix2 committed Jan 19, 2024
1 parent fbba02c commit ace1e25
Show file tree
Hide file tree
Showing 13 changed files with 727 additions and 932 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"extends": [
"@skyscanner/eslint-config-skyscanner",
"plugin:flowtype/recommended"
"plugin:ft-flow/recommended"
],
"plugins": [
"flowtype"
"ft-flow",
"eslint-plugin-prettier"
],
"settings": {
"import/resolver": {
Expand Down
Loading

0 comments on commit ace1e25

Please sign in to comment.