• File: .eslintrc.json
  • Full Path: /var/www/nodejs/Notifications_Imali_API/node_modules/cron-parser/.eslintrc.json
  • Date Modified: 10/26/1985 3:15 PM
  • File size: 302 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
    "rules": {
        "eol-last": ["error", "always"],
        "quotes": ["error", "single"],
        "semi": ["error", "always"]
    },
    "overrides": [
        {
            "files": ["test/**.js"],
            "parserOptions": {
                "ecmaVersion": 6
            }
        }
    ]
}