Danilo Assis

Results 67 comments of Danilo Assis

declare the error strings directly inside where it belongs. Believe me, I already did this idea of array error and I don't like, but IMO

> > declare the error strings directly inside where it belongs. Believe me, I already did this idea of array error and I don't like, but IMO > > I...

- https://docs.readthedocs.io/en/stable/

try to do the following steps to run an existent store: # How to run an existent magento1 store ## import the DB import the MySQL file into the PHP...

config for padding line between statements ```js 'padding-line-between-statements': [ 'warn', // empty lines after declarations { blankLine: 'always', prev: ['const', 'let', 'var'], next: '*', }, // allow to have none...

https://github.com/daniloab/fullstack-playground/blob/main/.eslintrc.js

for package.json ```js "pre-commit": "lint:staged", "lint-staged": { "*.{js,ts,tsx}": [ "yarn prettier", "eslint --fix", "git add" ], "*.yml": [ "prettier --write", "git add" ] }, .... "scripts": { "lint:staged": "lint-staged", "prettier":...

breaking a test here https://github.com/biantris/graphql-relay-web/runs/6749228014?check_suite_focus=true