standardjs Questions

6

Solved

As the title says, would it be possible for eslint to show warnings instead of errors on ALL of the rules? I'm using Standard JS, if that information is relevant. Thanks!
Evvoia asked 5/6, 2018 at 17:9

7

Solved

I am getting the following eslint error after adding // eslint-disable-next-line react-hooks/exhaustive-deps in my code. 8:14 error Definition for rule 'react-hooks/exhaustive-deps' was not foun...
Coimbatore asked 6/1, 2020 at 12:6

1

In my TypeScript project I am using the node modules "typescript" and "ts-standard". As IDE I am using Visual Studio Code with the "StandardJS - JavaScript Standard Style&q...
Odyssey asked 26/3, 2022 at 22:9

2

Solved

I'm trying to use StandardJS to help with my linting (also because my supervisor asked me to). It is working great for the most part. However, today I started getting errors I haven't seen before, ...
Syracuse asked 5/11, 2019 at 7:4

3

What version of standard? 12.0.1 What operating system, Node.js, and npm version? Windows 10, Node v10.15.1, NPM v.6.8.0 What did you expect to happen? I install both standard and babel-eslin...
Bloodred asked 15/3, 2019 at 10:23

2

Solved

How do I create a Vue 2 project that uses ESLint + StandardJS + Prettier? StandardJS's rules should naturally take precedence over Prettier's. vue create only provides the following options: ESLin...
Rajasthani asked 30/6, 2021 at 8:39

1

In my Typescript React project, I defined: export type NavState = { mounted: boolean } and then in my component I used theme like: import { NavState } from '../../models/nav' class Nav extends...
Moffitt asked 7/3, 2019 at 9:10

1

One of the main features of StandardJS is that it doesn't require configuration. The problem is that I want to configure it. I don't want to put: /* eslint-env mocha */ ...in every test file....
Drucilladrucy asked 13/6, 2018 at 12:1
1

© 2022 - 2024 — McMap. All rights reserved.