Skip to content

angular/file-name cannot address webpack integration #492

@dphengsiaroun

Description

@dphengsiaroun

When using Webpack with AngularJS, the code is usually written as follow:

import {myComponent} from 'my-component.component.js'
angular.module('my-module')
    .component('myComponent', myComponent);

How to check that the filename (my-component.component.js) is following the John Papa rules while using the eslint-plugin-angular ?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions