Skip to content

Commit

Permalink
build(pkode): start linting and formatting using pkode
Browse files Browse the repository at this point in the history
  • Loading branch information
zainfathoni committed Jun 12, 2022
1 parent 93795f8 commit 9047262
Show file tree
Hide file tree
Showing 6 changed files with 8,673 additions and 1,077 deletions.
11 changes: 11 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.cache
build
node_modules
coverage
dist

# Remix
public/build

# Next.js
.next/
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('pkode/dist/config/eslintrc')
11 changes: 11 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.cache
build
node_modules
coverage
dist

# Remix
public/build

# Next.js
.next/
3 changes: 3 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict'

module.exports = require('pkode/dist/config/prettierrc')
Loading

0 comments on commit 9047262

Please sign in to comment.