0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 09:09:35 +01:00

chore: fix .eslintignore and remove .prettierrc (#4378)

This commit is contained in:
Christian Kaisermann 2020-02-07 21:25:35 -03:00 committed by GitHub
parent d78f32ee5a
commit 12a9ff2ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,9 @@ _output
test/*/samples/*/output.js
node_modules
# automatically generated
internal_exports.ts
# output files
animate/*.js
esing/*.js

View File

@ -1,3 +0,0 @@
useTabs: true
singleQuote: true
trailingComma: es5