This package has been deprecated

Author message:

moved to eslint-config-point-blue

pb-style

1.0.3 • Public • Published

JavaScript Style Guide

This directory contains Point Blue's JavaScript code style guidelines.

Description

This style guideline is based on Google's JS Style Guide.
ESLint is the linter we use.

Setup

Install ESLint globaly: sudo npm i -g eslint

PhpStorm

File > Settings > Languages & Frameworks > JavaScript > Code Quality Tools

  • enable ESLint and disable all other linters
  • in ESLint settings, set 'ESLint package' option to: /usr/local/lib/node_modules/eslint (or your path to eslint dir)

Project Config

If your project doesn't already have an .eslintrc.js file, add default .eslintrc.js to project root

Readme

Keywords

none

Package Sidebar

Install

npm i pb-style

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

13 kB

Total Files

3

Last publish

Collaborators

  • tcorkill