issues Search Results · repo:coderaiser/putout language:JavaScript
Filter by
179 results
(75 ms)179 results
incoderaiser/putout (press backspace or delete to remove)I m currently developing a local Putout plugin and would like to run it across an entire folder (e.g., /src) using the
following command:
npx putout src/
From what I understand, declaring a local plugin ...
question
jestefan-fsl
- 2
- Opened 14 days ago
- #231
putout : ^38.1.10 No matter how you set it up, it will always result in some kind of quoting error.
❯ node test.js
const code = \n ;
const code = URL ;
❯ cat test.js
#!/usr/bin/env node
import ...
feature
printer
question
i18nsite
- 6
- Opened 16 days ago
- #230
Following https://github.com/coderaiser/putout/blob/master/CONTRIBUTING.md, I get this error:
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @putout/codemod-apply-filter-boolean@2.0.0 ...
phun-ky
- 13
- Opened 19 days ago
- #228
I haven t run putout in a while in my repo, but have reinstalled deps several times since last time, and now when I m
running putout I get this error message per file:
No plugin found for a rule: sort-imports-by-specifiers ...
good first issue
plugin-esm
plugin-putout-config
phun-ky
- 5
- Opened 19 days ago
- #227
Sample:
let x = 1;
function fun1(f) {
{
let x = f + 2;
return x * 2;
}
return 3;
}
fun1(x)
Expect:
let x = 1;
function fun1(f) {
let x = f + 2;
return x * 2;
}
fun1(x)
After executing ...
feature
plugin-remove-unreachable-code
echo094
- 5
- Opened on Jan 25
- #224
I did the putout --fix by turning on the remove-unused-variables config on my project and got this behavior which putout
does
For example,
const response = await axios.post( /url , {});
So, the response ...
plugin
plugin-remove-unused-variables
question
Ez4T
- 1
- Opened on Jan 15
- #223
The ESLint plugin s configs don t work in ESLint@9, I always get Config (unnamed): Key env : This appears to be in
eslintrc format rather than flat config format. error.
Reproduction:
https://eslint-online-playground.netlify.app/#eNp1j8tuwyAQRX8FsfEmwX0t2lTd9S9KK1EYW6QwIAOVq8j/XsZYihIpu5HOuTNzTzxNuodZ+ehAHBM/cB0wZabYG+u+u1eJfMchOYtZVDLYsVnWxzBlFksOJbNhCp51TdtHV0aL+4Zog0SYV9vAoIrL7EMi26Lb0iQm0MF7QANmR7jvr41jmm8QSL6Sz/ZsVPpHjVQmYH30RBHJ818EyQ918sEUV+d1l+QGft8h0l3UFhI5a4RYK9RiXy/i/lncbbkzvay7uQ+P4olcUheJC1/+AbBIeYc= ...
eslint-plugin-putout
question
rakleed
- 4
- Opened on Jan 12
- #222
Please add migration to v7 for https://github.com/coderaiser/putout/tree/master/packages/plugin-react-router
feature request
plugin
plugin-react-router
rakleed
- 2
- Opened on Jan 11
- #221
Is the eslint-plugin-putout available for the new ESLint flat config?
I tried using it this way:
...compat.config({
extends: plugin:putout/recommended ,
rules: {
putout/add-newlines-between-specifiers ...
eslint
eslint-plugin-putout
question
abdul-alhasany
- 9
- Opened on Sep 20, 2024
- #219
when I try to create this plugin:
const unpromise = {
report: () = async should be stripped ,
replace: () = ({
yield __a ({__a}, path) {
replaceWith(path, ReturnStatement(__a)) ...
question
retorquere
- 10
- Opened on Sep 9, 2024
- #218

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.