fecs-indent: "003,004"
fecs-valid-jsdoc: "039,040,041,043,044,045,046,048,052,053,998"
fecs-max-statements: "103"
fecs-eol-last: "002"
fecs-camelcase: "025,027,028,030"
fecs-properties-quote: "094,095"
fecs-no-forin-array: "100"
fecs-valid-amd-id: "125"
fecs-no-eval: "116"
fecs-no-global-require: "129"
fecs-jsx-var: "070"
fecs-esnext-ext: "601,602"
fecs-no-extra-semi: "023,605,606,607,608,997"
fecs-use-method-definition: "624,626"
fecs-use-property-shorthand: "623"
fecs-prefer-class: "628"
fecs-prefer-super: "629"
fecs-export-on-declare: "630"
fecs-imports-on-top: "632"
fecs-arrow-body-style: "610,611"
fecs-max-destructure-depth: "614"
fecs-min-vars-per-destructure: "616"
fecs-one-var-per-line: "612"
fecs-no-anonymous-before-rest: "618"
fecs-max-calls-in-template: "619"
fecs-no-extra-destructure: "617"
fecs-use-standard-promise: "642"
fecs-use-for-of: "625,635"
fecs-prefer-spread-element: "633,634"
fecs-prefer-async-await: "644,645"
fecs-shim-promise: "647"
fecs-no-this-arrow: "622"
fecs-valid-map-set: "636,637,638,639"
fecs-prefer-destructure: "615"
fecs-prefer-assign-pattern: "620"
fecs-use-computed-property: "627"

fecs-valid-var-jsdoc: "026,031,032,036,060"
fecs-valid-class-jsdoc: "048,049,050,051"
fecs-valid-constructor: "110,111"
fecs-valid-dom-style: "137,138"
fecs-use-async-require: "128"

fecs-no-require: "655"

babel/generator-star-spacing: "604"
babel/new-cap: "027,029,030"
babel/array-bracket-spacing: "012"
babel/object-curly-spacing: "012"
babel/arrow-parens: "609"
no-console: "997"
no-constant-condition: "997"
comma-dangle: "998"
no-debugger: "998"
no-dupe-keys: "997"
no-empty-character-class: "998"
no-ex-assign: "998"
no-extra-boolean-cast: "997"
no-func-assign: "997"
no-inner-declarations: "997"
no-invalid-regexp: "998"
no-negated-in-lhs: "998"
no-obj-calls: "998"
no-sparse-arrays: "998"
no-unreachable: "997"
use-isnan: "998"
valid-typeof: "082"
curly: "022"
eqeqeq: "073"
guard-for-in: "098"
no-else-return: "077"
no-labels: "997"
no-eval: "117"
no-extend-native: "096,643"
no-extra-bind: "997"
no-implied-eval: "997"
no-iterator: "998"
no-irregular-whitespace: "997"
no-lone-blocks: "997"
no-loop-func: "078"
no-multi-str: "090"
no-native-reassign: "096"
no-new-wrappers: "997"
no-octal: "997"
no-octal-escape: "997"
no-proto: "998"
no-redeclare: "997"
no-self-compare: "997"
no-unneeded-ternary: "997"
no-with: "119"
radix: "086"
wrap-iife: "024"
no-delete-var: "120"
no-dupe-args: "999"
no-duplicate-case: "999"
no-label-var: "997"
no-shadow-restricted-names: "096"
no-undef: "070,997"
no-undef-init: "997"
no-unused-vars: "997"
no-use-before-define: "070"
brace-style: "020"
comma-spacing: "010"
comma-style: "017"
new-parens: "997"
no-array-constructor: "099"
no-new-object: "093"
no-spaced-func: "009"
no-trailing-spaces: "013"
no-extra-parens: "024"
no-mixed-spaces-and-tabs: "003"
one-var: "071"
operator-linebreak: "016"
quotes: "089"
semi: "021"
semi-spacing: "010"
keyword-spacing: "007"
key-spacing: "008"
space-before-function-paren: "007,009"
space-before-blocks: "006"
computed-property-spacing: "011"
space-in-parens: "011"
space-unary-ops: "997"
spaced-comment: "038"
max-nested-callbacks: "640"
max-depth: "997"
max-len: "015"
max-params: "104"
space-infix-ops: "005"
dot-notation: "097"
arrow-spacing: "997"
constructor-super: "999"
no-confusing-arrow: "997"
no-class-assign: "997"
no-const-assign: "999"
no-dupe-class-members: "997"
no-this-before-super: "998"
no-var: "613"
no-duplicate-imports: "997"
prefer-rest-params: "621"
unicode-bom: "001"
max-statements-per-line: "014"
