Skip to content
#

eslint-config

eslint logo

ESLint is an extensible static-analysis tool for JavaScript and related languages that helps catch errors before they break something in production.

Here are 1,251 public repositories matching this topic...

opensource
tunnckoCore
tunnckoCore commented Feb 9, 2018

Which will behave like that

let settings = await prettyConfig('rollup', { configFiles })

if (!settings) {
  settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)

instead of above we can hide it to look like that

const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })

if (!settings) {
  console.log('no config file
Type: Enhancement good first issue Priority: Medium Status: Available
eslint-plugin
igorkamyshev
igorkamyshev commented Jun 24, 2022

The new effector-react will introduce new hook useUnit which is aiming to replace useEvent and useStore. We can add a new rule to effector/future to help developers migrate more smoothly.

enhancement good first issue

Created by Nicholas C. Zakas

Released June 2013

Latest release 7 days ago

Repository
eslint/eslint
Website
eslint.org

Related Topics

javascript linter linting