eslint-plugin-sort-class-members
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "eslint-plugin-sort-class-members", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "ESLint rule for enforcing consistent ES6 class member order.", | ||
@@ -52,3 +52,9 @@ "keywords": [ | ||
}, | ||
"license": "ISC" | ||
"license": "ISC", | ||
"babel": { | ||
"presets": [ | ||
"stage-1", | ||
"es2015" | ||
] | ||
} | ||
} |
[![build status][travis-image]][travis-url] | ||
[![test coverage][coveralls-image]][coveralls-url] | ||
[![npm][npm-image]][npm-url] | ||
@@ -118,1 +119,3 @@ # eslint-plugin-sort-class-members | ||
[coveralls-url]: https://coveralls.io/github/bryanrsmith/eslint-plugin-sort-class-members?branch=master | ||
[npm-image]: https://img.shields.io/npm/v/eslint-plugin-sort-class-members.svg?style=flat-square | ||
[npm-url]: https://www.npmjs.com/package/eslint-plugin-sort-class-members |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16075
121