UNPKG

emotional

Version:

Subjectivtiy and sentiment/polarity analysis library for Node.js

16 lines (15 loc) 416 B
{ // Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options // Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc // Documentation: http://www.jshint.com/docs/ "browser": false, "esnext": true, "globals": {}, "globalstrict": false, "quotmark": true, "smarttabs": true, "trailing": true, "undef": true, "unused": true, "strict": false }