Files can now be automatically linted using this configuration if they
have a 'use jessie' or "use jessie" directive at the top of the file,
similar to "use strict". Without 'use jessie' or "use jessie", the
default eslint configuration is used. Please see sample.eslintrc.js
for an example of how to configure jessie linting and non-jessie
linting in one configuration file.
- Reorganized how the npm package was packed, making for a lighter
package. All Jessie rules (so far) are now in
index.js
. - Updated the peer dependency on
eslint
to>=6.7.2