Skip to content

Latest commit

 

History

History
 
 

rules

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

To apply rules add necessary files to your project and edit .eslintrc file in root folder.

extends: [
  './akveo-styleguide/typescript.js',
  './akveo-styleguide/angular.eslintrc',
  './akveo-styleguide/rxjs.eslintrc',
  './akveo-styleguide/rxjs-angular.eslintrc',
  './akveo-styleguide/rxjs-with-store.eslintrc',
],