Compare commits

...

3 Commits

3 changed files with 649 additions and 29 deletions

View File

@ -31,7 +31,8 @@
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx src --fix --no-error-on-unmatched-pattern",
"fix": "npm run format:write && npm run lint:fix",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
"build-storybook": "build-storybook -s public",
"chromatic": "npx chromatic --project-token=chpt_df2240e310a4eff"
},
"eslintConfig": {
"extends": [
@ -83,6 +84,7 @@
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"babel-plugin-named-exports-order": "^0.0.2",
"chromatic": "^6.17.4",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.7.0",
@ -98,5 +100,7 @@
"prop-types": "^15.8.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"webpack": "^5.76.2"
}
},
"readme": "ERROR: No README data found!",
"_id": "pokertk@0.1.0"
}

View File

@ -1,6 +1,6 @@
import { pokedexSlice } from 'features/Pokedex/pokedexSlice';
import { pokeApi } from 'app/services/pokeApi';
import { filterSlice } from '../../features/Filters/filterSlice';
import { filterSlice } from 'features/Filters/filterSlice';
import { configureStore } from '@reduxjs/toolkit';
import { AppStore } from 'app/store';

668
yarn.lock

File diff suppressed because it is too large Load Diff