Milos Djermanovic

Results 32 issues of Milos Djermanovic

#### Prerequisites checklist - [x] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md). #### What is the purpose of this pull request? (put an "X" next to an item) [ ] Documentation...

enhancement
rule
accepted
feature

Something's wrong with the line numbers in _some_ code blocks. For example https://new.eslint.org/docs/head/rules/function-paren-newline, see `bar` and `baz` lines. ![image](https://user-images.githubusercontent.com/44349756/175111595-846ab83e-25c8-48e0-ae45-a39ce26a3ed4.png) Note that this isn't caused by the recently added `::: correct`...

bug
documentation
accepted

#### Prerequisites checklist - [x] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md). #### What is the purpose of this pull request? (put an "X" next to an item) [ ] Documentation...

documentation
chore

This is an issue to track the development of https://github.com/eslint/rfcs/pull/34. * [RFC Document](https://github.com/eslint/rfcs/tree/main/designs/2019-allow-all-directives-in-line-comments)

core
accepted
breaking

**What rule do you want to change?** `quotes` Current limitations: * `"allowTemplateLiterals": true` allows *all* template literals, i.e. the rule ignores them. This could be a bug, the option is...

enhancement
rule
accepted

### ESLint version `flat-config-linter` branch ### What problem do you want to solve? ref: https://github.com/eslint/eslint/pull/15185#discussion_r757536540 With this configuration, ESLint will use `espree.latestEcmaVersion` as ecmaVersion: ```js { languageOptions: { ecmaVersion: "latest"...

enhancement
core
accepted

**Tell us about your environment** * **ESLint Version:** 6.1.0 * **Node Version:** 10.16.0 * **npm Version:** 6.9.0 **What parser (default, Babel-ESLint, etc.) are you using?** default **Please show your full...

bug
rule
accepted

**The version of ESLint you are using.** ESLint 7.29.0 with Espree 8.0.0-beta.1 **The problem you want to solve.** This test is failing: https://github.com/eslint/eslint/blob/f113cdd872257d72bbd66d95e4eaf13623323b24/tests/lib/source-code/source-code.js#L909-L968 because `sourceCode.getComments(node)` uses `start` and `end` properties...

core
breaking

**Tell us about your environment** * **ESLint Version:** 7.0.0-alpha.0 * **Node Version:** v12.14.0 * **npm Version:** v6.13.4 **What parser (default, Babel-ESLint, etc.) are you using?** default **Please show your full...

bug
rule
accepted
needs design

**What rule do you want to change?** no-fallthrough **Does this change cause the rule to produce more or fewer warnings?** more **How will the change be implemented? (New option, new...

enhancement
rule
evaluating