eslint-config-near

1.0.3 • Public • Published

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.

Package Sidebar

Install

npm i eslint-config-near

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

12.7 kB

Total Files

14

Last publish

Collaborators

  • petar_vujovic