# eslint-config-barebones **Repository Path**: mirrors_jaydenseric/eslint-config-barebones ## Basic Information - **Project Name**: eslint-config-barebones - **Description**: Barebones ESLint config, extending JavaScript Standard Style. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Barebones ESLint config ![NPM version](https://img.shields.io/npm/v/eslint-config-barebones.svg?style=flat-square) ![Github issues](https://img.shields.io/github/issues/jaydenseric/eslint-config-barebones.svg?style=flat-square) ![Github stars](https://img.shields.io/github/stars/jaydenseric/eslint-config-barebones.svg?style=flat-square) The ESLint sharable config used in [Barebones](https://github.com/jaydenseric/Barebones). - Extends [JavaScript Standard Style](https://github.com/feross/eslint-config-standard). - [MIT license](https://en.wikipedia.org/wiki/MIT_License). ## Setup Install via NPM: ```bash npm install eslint-config-barebones --save-dev ``` Extend this config in your project's [ESLint config](http://eslint.org/docs/user-guide/configuring#using-a-shareable-configuration-package): ```json "eslintConfig": { "extends": "barebones" } ``` --- [![Barebones logo](http://jaydenseric.com/shared/barebones-logo.svg)](https://github.com/jaydenseric/Barebones)