1.0.3 • Published 2 years ago

eslint-config-near v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-config-near

This library is an ESlint configuration for NEAR projects.

Installation

To install this configuration run the following command:

npm install -D eslint-config-near

Usage

When configuring ESlint to use this configuration add the following to your config file:

.eslinrc.cjs

/* eslint-env node */

module.exports = {
  extends: ["near"],
};

See also

Inspiration

This config is based on the eslint-config-canonical with some minor changes and setup for different filetypes.

Building

To build the project just run the build script like:

npm run build

Publishing

There is no need for manual publishing as this process is done in CI by semantic-release.