Top "Eslintrc" questions

For issues relating to .eslintrc.

Why do I keep getting Delete 'cr' [prettier/prettier]?

I am using vscode with Prettier 1.7.2 and Eslint 1.7.0. After every newline I get: [eslint] Delete 'cr' [prettier/prettier] This is …

reactjs visual-studio-code prettier eslintrc
ESLint Prefer default export import/prefer-default-export

Hi there I am struggling to understand / have this eslint error disappear with my React Project. Prefer default export import/…

reactjs eslintrc
Using jest in my react app, describe is not defined

I am new to jest and trying to figure out some basic stuff in my following code import * as actions …

reactjs jestjs eslint eslintrc
ESLint only target a specific directory (eslintrc, create-react-app)

I have a folder structure similar to this: /root .eslintrc.json package.json /someFolder /sub /sub /anotherFolder /src /containers /components /…

javascript eslint eslintrc
eslint "parsing error: Unexpected token {" in JSX

const title = 'My Minimal React Webpack Babel Setups'; const App = () => (<div><b>{title}</b&…

javascript reactjs eslint eslint-config-airbnb eslintrc
eslint Parsing error: Unexpected token function with async

I am getting the following error in async usage on ESLINT. eslint Parsing error: Unexpected token function with async Here …

node.js eslint eslintrc
Failed to load plugin @typescript-eslint: Cannot find module 'eslint-plugin-@typescript-eslint'

I am reconfiguring my project from tslint to eslint. I can run eslint manually, but webpack fails to run with …

typescript webpack eslint eslintrc eslint-loader
Ignore or prevent ESLint errors from breaking the build in a React project (create-react-project)

I've recently created a project with create-react-project. The problem is that, while I'm developing, every time there's a problem with …

reactjs webpack webpack-2 eslint eslintrc
How to disable multiple rules for eslint nextline

I have this code const subTotal = orderInfo.details.reduce((acc, cv) => acc += Number(cv.price) * Number(cv.quantity), 0); I …

javascript eslint eslintrc
How can I disable the error (prettier/prettier) on eslint?

While coding, I was not using eslint. Now I installed it and it has flooded my editor with prettier/prettier …

javascript react-native atom-editor eslint eslintrc