UNPKG

eslint-plugin-microtemplates

Version:

ESLint plugin for linting Resig-style microtemplate strings.

36 lines (32 loc) 2.17 kB
### 0.2.0 * Docs: Adding CHANGELOG, just has 0.1.0 commits for now (Kevin Partington) * Build: Enabling many ESLint rules in the project (Kevin Partington) * Upgrade: eslint devDependency to eslint@^2.3.0 (Kevin Partington) * Upgrade: Upgrade chai and mocha to latest (Kevin Partington) * Docs: Removed no-trailing-spaces from false positive list in README (Kevin Partington) * Update: extract now trims leading and trailing whitespace (fixes #6) (Kevin Partington) * Docs: Clean up spacing in README example (Jordan Eldredge) * Docs: Badges, usage instructions, rules to disable in README (fixes #3) (Kevin Partington) ### 0.1.0 * Update: Search snippets in reverse order to improve mapping accuracy (Kevin Partington) * Update: Accounting for "print(" prefix in postprocess (Kevin Partington) * New: postprocessor now maps lines and columns of error messages (Kevin Partington) * Build: Adding no-trailing-spaces to .eslintrc (Kevin Partington) * Update: Including offset of cooked code to account for print prefix (Kevin Partington) * Upgrade: eslint@^1.10.3 (Kevin Partington) * Update: Adding output line numbers to extracted lines. (Kevin Partington) * Update: Adding range information to extracted segments. (Kevin Partington) * Update: Added tests for simple code execution cases (Kevin Partington) * Docs: Added Travis CI badge. (Kevin Partington) * Docs: Adding notice about why package is not yet on NPM. (Kevin Partington) * Build: Adding travis-ci.org integration. (Kevin Partington) * Add Gitter badge (The Gitter Badger) * Update: Added tests for extracting one interpolation on two lines (Kevin Partington) * Docs: Adding MIT license. (Kevin Partington) * Update: extract supports interpolation on multiple lines (Kevin Partington) * Update: Test case for two interpolations on one line, fixed issues (Kevin Partington) * Update: Renaming to originalLine/originalColumn for maintainability (Kevin Partington) * Update: Simple interpolation test for extractor. (Kevin Partington) * New: First steps to building an extractor tool. (Kevin Partington) * Adding .gitignore (Kevin Partington) * Adding no-warning-comments to .eslintrc. (Kevin Partington)