You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
I’ve searched for any related issues and avoided creating a duplicate issue.
What happened
Create React App is the easiest way to bootstrap a new React project with sensible defaults. ESLint automatically runs in this configuration with rules defined in the ESLint config react app repository.
Now if i wanted to use the pancake generated Design System components inside my create-react-app bootstrapped project, the pancake generated React code will need to be ESlint compliant.
What I expected to happen
I expect the pancake generated React components to work natively in my create react app bootstrapped project
Reproducing
Steps to reproduce:
Create a new create-react-app project. Instructions here
Run npm install for all the Design system components
Configure the pancake react to generated the components in my src/ directory so that i can reference them in my create-react-app project
Import all the pancake react components in my index.js file
Run npm start in my create react app project
Observe that eslint errors prevent the project from starting.
Bug Report
What happened
Create React App is the easiest way to bootstrap a new React project with sensible defaults. ESLint automatically runs in this configuration with rules defined in the ESLint config react app repository.
Now if i wanted to use the pancake generated Design System components inside my create-react-app bootstrapped project, the pancake generated React code will need to be ESlint compliant.
What I expected to happen
I expect the pancake generated React components to work natively in my create react app bootstrapped project
Reproducing
Steps to reproduce:
npm installfor all the Design system componentsnpm startin my create react app projectAttachments
Reproduction repo here