-
(Original issue is posted at https://github.com/import-js/eslint-plugin-import/issues/3015.)
Take this simple setup:
**eslint.config.js**
```js
import eslint from '@eslint/js';
import tseslin…
-
Mookme is triggering the below hooks in parallel, and because `lint-staged` application relies on a local config file for each run, one of them always fails when I have code changes in both projects.
…
-
Redocly CLI does not seem to recognise when a fields default value does not conform to the type specified for that field. This also applies to the vscode extension.
Apologies if there is some confi…
-
👋 Coming over from https://github.com/eslint/eslint/issues/18093: ESLint is migrating to a [new "flat config" format](https://eslint.org/docs/latest/use/configure/configuration-files-new) that will be…
-
/area frontend
/kind feature
### Background: We have a `tslint.json` but lint with `eslint` due to `react-scripts` webpack
I added some generated protocol buffers in 13794fc and broke frontend …
kwasi updated
4 years ago
-
Instead of asking apps to add custom scripts to their package.json like this:
```
{
"scripts": {
"eslint": "./node_modules/.bin/eslint . --ext ts,tsx,js,jsx",
"lint": "./node_modules/.b…
-
add [`husky`](https://www.npmjs.com/package/husky) to the project to check your coding standards before pushing your code to remote repository:
```js
// package.json
{
"scripts": {
// ...
…
-
Rendered example:
Concrete example from test case `codeblock_ticks_help`:
https://github.com/pacak/bpaf/blob/a479b6b21e772f536f2961bc56d3e4fe93612d72/tests/markdown.rs#L245
After an hour …
-
### Steps to reproduce the issue
react-video.nunj
or video-config.yml
title: "video block"
status: wip
context:
thumbnail: "/assets/video-bloc…
OZZlE updated
3 months ago
-
error in ./node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.js
Module parse failed: Unexpected token (237:37)
You may need an appropriate loader to handle this file type, currently no load…