extends: - defaults/configurations/google - 'plugin:node/recommended' plugins: - node env: jasmine: true node: true commonjs: true # For Webpack, CommonJS es6: true jest: true mocha: true confit-globals: &confit-globals ecmaFeatures: modules: true parserOptions: &confit-parserOptions ecmaVersion: 6 ecmaFeatures: globalReturn: false impliedStrict: false globals: <<: *confit-globals rules: max-len: - error - 200 # Line Length dot-location: - warn - property no-unused-vars: - warn object-curly-spacing: - off strict: - error - global # at top of file