The pluggable linting utility for JavaScript and related frameworks.
I am trying to set up some tools to help maintain consistency in a codebase used by multiple developers. Is …
formatting eslint code-formatting editorconfig prettierI add typescript config for paths (alias): tsconfig.json { "compilerOptions": { "jsx": "react", "baseUrl": "src", "paths": { "@components/*": ["components/*"] } }, "exclude": [ "node_modules", "…
reactjs typescript eslint typescript-eslintI have a config with around 100 rules, and running eslint on my project with all these rules takes around 10 seconds. …
javascript profiling configuration-files eslintSo I've set up vscode with Prettier, but it will not format .php files. .html files are working fine with …
php html visual-studio-code eslint prettierCan I use nodemon to lint my javascript? I am not using any build tool e.g. gulp or grunt …
javascript node.js npm nodemon eslintI have react-native code. I install ESLint. I use it but its show error. While I use single quotes it …
javascript eslint prettierESlint is giving me this warning when I am compiling my code. We are using the AirBNB config. import React …
javascript reactjs webpack eslint eslint-config-airbnbI am new in react. My app was running properly, but after adding eslint(airbnb), my apps failed to compile. …
reactjs react-redux eslint eslint-config-airbnbThe Story: Currently, we are extending the recommended ESLint configuration: { "extends": "eslint:recommended", ... "plugins": [ "angular", "jasmine", "protractor" ], "rules": { "no-multiple-empty-lines": 2, "no-trailing-spaces": 2, "…
javascript angularjs jasmine static-code-analysis eslintI'm having some trouble with adding them into some existing projects. For example, I have a class in a module …
javascript typescript eslint typescript-eslint