1.0.3 • Published 5 years ago

eslint-config-1f8react v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

ESlint Setup for 1F8

Helps you with styling your code. Don't believe there's any correct way, but this way fits our style.

NPM

Instructions

yarn add -D eslint-config-1f8react
.touch .eslintrc

# if not using Gatsby, you'll need to add peerdeps (probably)
npx install-peerdeps --dev eslint-config-1f8react
# .eslintrc (Gatsby)
module.exports = {
  globals: {
    __PATH_PREFIX__: true,
  },
  extends: [
    '1f8react'
  ]
}
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago