-
When running the tests locally, I see an odd error:
```console
$ npm run test
...
Error while parsing D:\Source\eslint-plugin-import\tests\files\no-unused-modules\arbitrary-module-namespace-iden…
rotu updated
5 months ago
-
* 安装eslint 插件
* `npm install --save-dev eslint eslint-plugin-vue -g`
* vscode设置
```json
"eslint.validate": [
"javascript",
"javascriptreact",
{
"lan…
-
Could not parse linter output due to: Expected value but found invalid token at character 1
output: Error: No ESLint configuration found in /Users/dccd/Desktop/item/front/vauch/src.
it's ok to …
imddc updated
3 months ago
-
:red_circle: **Title** : Product Landing Page
:red_circle: **Aim** : In short, this project provides a starting point for building visually appealing landing pages using Next.js. It includes pre-buil…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
[Documentation](https://docs.sonarqube.org/latest/)
-
ESLint is one of the most well-known JavaScript linters, but it follows mostly the standards set by ECMA for the JavaScript Language
It would be amazing if we have ESLint support as an option in pl…
sr229 updated
7 years ago
-
### What did you expect to happen?
When I open a typescript file, I expect eslint to get initialised correctly and have code completion
### What actually happened?
When I open a typescript or…
-
## Motivation
At the moment, there isn’t a config for a TypeScript project that has type checking in the TypeScript modules (`.ts`, `.tsx`, `.mts`, `.cts`) as well as the JavaScript modules (`.js`,…
-
**Describe the bug**
When selecting the `ESLint v4` transformer, it automatically switches to the babel-eslint parser.
If you switch the parser to `@typescript-eslint/parser` after this, it doesn'…