1.0.7 • Published 5 years ago

eslint-config-1f8typescript v1.0.7

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

ESlint TYPESCRIPT 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-1f8typescript
npx install-peerdeps --dev eslint-config-1f8typescript
.touch .eslintrc
# .eslintrc (NextJS with typescript)
module.exports = {
  globals: {
    __PATH_PREFIX__: true,
  },
  extends: [
    '1f8typescript'
  ]
}
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago