Prettier + Airbnb’s ESLint config

I think eslint-config-prettier was created just for this purpose: https://prettier.io/docs/en/eslint.html#turn-off-eslint-s-formatting-rules Basically it turns off all rules that have to do with code styling because prettier will take care of it anyway. So you just install this config along with any other desired eslint config (like eslint-config-airbnb) and in your eslint configuration file you just add … Read more

describe is not defined when installing jest

Add following line in .eslintrc.js file “env”: { “jest”: true } or { “plugins”: [“jest”] }, “env”: { “jest/globals”: true } For more details check here, it also define the same. Hope you installed eslint-plugin-jest package.If not kindly go through for Documentation. All the configuration details of Configuring ESLint.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)