Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@futagoza/eslint-config-javascript

futagoza1.5kMIT16.1.0

Futago-za Ryuu's ESLint configurations for JavaScript

eslint, configuration, javascript, es5, es6, es2015, es7, es2016, es8, es2017, es9, es2018, es10, es2019, es11, es2020, es12, es2021, esnext

readme

dependencies History License

This package contains configuration files for ESLint v7.15+

These are configuration files for ESLint that are used to lint my JavaScript projects.

NOTE: Since the base configuration includes @futagoza/eslint-config-core, all the configurations also include it; this ensures you don't have to include @futagoza/eslint-config-core as a dependency when using this package.

installation

$ npm i --save-dev @futagoza/eslint-config-javascript

usage

Put the following into your configuration (.eslintrc.* file or the "eslintConfig" field in package.json):

{
    "extends": "@futagoza/javascript"
}

configurations

A list of usable configurations as well the configurations they use:

license

Copyright © 2017+ Futago-za Ryuu
Released under the MIT License, http://opensource.org/licenses/MIT