prettier-eslint-cli icon indicating copy to clipboard operation
prettier-eslint-cli copied to clipboard

CLI for prettier-eslint

Results 29 prettier-eslint-cli issues
Sort by recently updated
recently updated
newest added

I hope it can format and repair all matching files in my project, but I found that it did not format my configuration file (eg: .eslintrc.js, .postcssrc.js, etc.) ```json "format":...

This fixes `npm i prettier/prettier-eslint-cli`, which pulls the package from GitHub instead of NPM. Before: ```console $ npm i prettier/prettier-eslint-cli npm WARN deprecated [email protected]: Package renamed as '@messageformat/core', see messageformat.github.io...

- `prettier-eslint-cli` version: 6.0.1 - `prettier` version: 2.7.0 - `eslint` version: 8.17.0 Suggested feature: I have not seen a way to pass the `--cache` option to eslint either as part...

enhancement
help wanted
PR welcome

Bumps [prettier-eslint](https://github.com/prettier/prettier-eslint) from 9.0.2 to 13.0.0. Release notes Sourced from prettier-eslint's releases. v13.0.0 13.0.0 (2021-07-26) Chore remove extraneous core-js imports (#539) (f74350a) Continuous Integration Replace TravisCI with GitHub actions (#506)...

dependencies

- `prettier-eslint-cli` version: 5.0.1 - `prettier` version: 1.19.1 - `eslint` version: 5.16.0 Relevant code/config. ``` npm install --save-dev prettier-eslint ``` ```js import React from 'react'; export default function Component() {...

enhancement
help wanted
PR welcome

Right now there seems to be no way to use prettier-eslint-cli to report unformatted code. This makes it hard to apply it in CI checks. https://github.com/u3u/prettier-eslint-check solves this problem, but...

enhancement
help wanted
PR welcome

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 8.6.2. Release notes Sourced from ajv's releases. v8.6.2 Fix JTD serialiser (#1691) v8.6.1 Fix "not" keyword preventing validation of "allOf" and some other keywords (#1668)...

dependencies

- `prettier-eslint-cli` version: 5.0.1 - `prettier` version: 2.3.2 - `eslint` version: 7.30.0 Relevant code/config. ```javascript extends: ['eslint:recommended'], parserOptions: { ecmaVersion: 6 }, env: { node: true }, settings: { jest:...

- `prettier-eslint-cli` version: 5.0.1 - `prettier` version: 2.3.2 - `eslint` version: 7.30.0 Relevant code/config. ```javascript extends: ['eslint:recommended'], parserOptions: { ecmaVersion: 6 }, env: { node: true }, settings: { jest:...

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 24.9.0 to 27.0.6. Release notes Sourced from babel-jest's releases. 27.0.6 Fixes [*] Publish all modules to include the build change in #11569 27.0.5 Features [@jest/fake-timers] Flush callbacks...

dependencies