Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings for pure skeleton #262

Open
MrRinsvind opened this issue Jan 13, 2021 · 0 comments
Open

Warnings for pure skeleton #262

MrRinsvind opened this issue Jan 13, 2021 · 0 comments

Comments

@MrRinsvind
Copy link
Contributor

pre-commit hook has warnings to syntax of pure skeleton
need fix them

src/app/layouts/layout.scss
15:21  ✖  Expected "#fff" to be "#ffffff"   color-hex-length
25:10  ✖  Expected "#fff" to be "#ffffff"   color-hex-length

src/styles/_variables.scss
14:12  ✖  Expected "#fff" to be "#ffffff"   color-hex-length
24:12  ✖  Expected "#000" to be "#000000"  
./frontend-skeleton/src/app/common/forms/BaseFieldLayout.js
43:20  error  Unexpected usage of singlequote  jsx-quotes
45:26  error  Unexpected usage of singlequote  jsx-quotes
47:40  error  Unexpected usage of singlequote  jsx-quotes
50:22  error  Unexpected usage of singlequote  jsx-quotes
51:24  error  Unexpected usage of singlequote  jsx-quotes
52:37  error  Unexpected usage of singlequote  jsx-quotes

./frontend-skeleton/src/app/common/forms/FormPanel.js
21:37  error  Unexpected usage of singlequote  jsx-quotes
22:58  error  Unexpected usage of singlequote  jsx-quotes
22:72  error  Unexpected usage of singlequote  jsx-quotes

.frontend-skeleton/src/app/common/forms/inputs/CheckboxInput.js
37:20  error  Unexpected usage of singlequote  jsx-quotes
42:18  error  Unexpected usage of singlequote  jsx-quotes

./frontend-skeleton/src/app/common/forms/inputs/DateInput.js
40:20  error  Unexpected usage of singlequote  jsx-quotes

./frontend-skeleton/src/app/common/forms/inputs/NumberInput.js
37:12  error  Unexpected usage of singlequote  jsx-quotes

./frontend-skeleton/src/app/common/forms/inputs/RadiosInput.js
35:20  error  Unexpected usage of singlequote  jsx-quotes
42:20  error  Unexpected usage of singlequote  jsx-quotes

./frontend-skeleton/src/app/common/modals/ModalTrigger.js
40:89  error  Unexpected usage of singlequote  jsx-quotes

./frontend-skeleton/src/app/common/widgets/Loading.jsx
13:37  error  Unexpected usage of singlequote  jsx-quotes

./frontend-skeleton/src/app/common/widgets/Wizard.js
17:20  error  Unexpected usage of singlequote  jsx-quotes
24:28  error  Unexpected usage of singlequote  jsx-quotes
25:31  error  Unexpected usage of singlequote  jsx-quotes
26:31  error  Unexpected usage of singlequote  jsx-quotes
./frontend-skeleton/src/app/layouts/Header.jsx
10:45  error  Unexpected usage of singlequote  jsx-quotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant