Skip to content

Commit

Permalink
Change eslint to prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jnvsor committed Feb 25, 2018
1 parent fdcb94e commit 3ad4bec
Show file tree
Hide file tree
Showing 9 changed files with 222 additions and 1,567 deletions.
28 changes: 0 additions & 28 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .gitattributes
Expand Up @@ -4,10 +4,10 @@
/package-lock.json binary
/resources/compiled/* binary

/.eslintrc.json export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.prettierrc.yml export-ignore
/.travis.yml export-ignore
/build.php export-ignore
/CONTRIBUTING.md export-ignore
Expand Down
5 changes: 5 additions & 0 deletions .prettierrc.yml
@@ -0,0 +1,5 @@
printWidth: 100
tabWidth: 4
singleQuote: true
trailingComma: es5
arrowParens: always
Binary file modified build/kint.phar
Binary file not shown.

0 comments on commit 3ad4bec

Please sign in to comment.