-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sensitive index #20
base: master
Are you sure you want to change the base?
Sensitive index #20
Conversation
@gustawdaniel -- Ok I got it sorted with the build and stuff, feel free to change the eslint and prettier config the way you like most. -- If you don't mind fixing these PR's on what I have done, then I will merged in and bump npm versions. in please leave it exported as
Which creates a simple default export for us that works well with TS in esm and cjs. |
# Conflicts: # package-lock.json # src/diff/index.ts # src/index.ts # src/sentence/index.ts # test/sensitive-paths.test.ts
.prettierignore
Outdated
@@ -0,0 +1 @@ | |||
README.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use prettier on readme?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it broke table probably by
"printWidth": 120
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i removed README from this file and it seems to work now
…t-diff into sensitive-index # Conflicts: # .prettierignore
fixed #13