google: eslint+rules es6: impot When you import the module's default, don't use brace {} 意思是,当你使用默认的模块时,不要加{}.如果不是默认模块的话,请把{}加上. 定义后不使用 对象的最后一个属性后面要加逗号 不得重复定义 缩进 constructor必须有super constructor必须有意义,就是有其他代码 if 后要有括号 no-trailing-spaces 最后面不能有额外的空格 关闭的…