move typescript from dependencies to peerDependencies
API lint change to export function lint(project: string, options: {...}), move optional parameters to options and remove unused parameter detail
Fixes(if relevant): #24
Checks
[x] Contains Only One Commit(git reset then git commit)
[x] Build Success(npm run build)
[x] Lint Success(npm run lint to check, npm run fix to fix)
[ ] File Integrity(git add -A or add rules at .gitignore file)
move typescript from dependencies to peerDependencies API lint change to export function lint(project: string, options: {...}), move optional parameters to options and remove unused parameter detail
Fixes(if relevant): #24
Checks
git reset
thengit commit
)npm run build
)npm run lint
to check,npm run fix
to fix)git add -A
or add rules at.gitignore
file)npm run test
to check)