lark
Version:
A node.js framework based on koa. Our goal is to build the best industrial node.js framework for high concurrency and high flow application.
55 lines (54 loc) • 827 B
YAML
env:
es6: true
node: true
extends: 'eslint:recommended'
parserOptions:
ecmaVersion: 8
rules:
indent:
- error
- 4
linebreak-style:
- error
- unix
quotes:
- error
- single
semi:
- error
- always
spellcheck/spell-checker:
- 1
-
comments: true
strings: true
identifiers: true
lang: en_US
skipWords:
- args
- async
- autoload
- autoloader
- basename
- config
- configs
- ctx
- dao
- directoryfiles
- dirname
- extname
- ip
- ips
- js
- koa
- middleware
- middlewares
- mvc
- pid
- tpl
- stderr
- stdout
- stringify
- utf
plugins:
- spellcheck