Codeminer42/cm42-central

View on GitHub
app/javascript/entrypoints/application.js

Summary

Maintainability
A
0 mins
Test Coverage

Replace "central" with 'central'
Open

import ProjectsShowController from "central";

For more information visit Source: http://eslint.org/docs/rules/

Replace "libs" with 'libs'
Open

import "libs";

For more information visit Source: http://eslint.org/docs/rules/

Replace "beta/projects.show" with 'beta/projects.show'
Open

  "beta/projects.show": BetaShowProjectBoardController,

For more information visit Source: http://eslint.org/docs/rules/

Replace "controllers/projects/IndexController" with 'controllers/projects/IndexController'
Open

import ProjectsIndexController from "controllers/projects/IndexController";

For more information visit Source: http://eslint.org/docs/rules/

Replace "tag_groups.new" with 'tag_groups.new'
Open

  "tag_groups.new": TagGroupsController,

For more information visit Source: http://eslint.org/docs/rules/

Replace "raf/polyfill" with 'raf/polyfill'
Open

import "raf/polyfill";

For more information visit Source: http://eslint.org/docs/rules/

Replace "controllers/tag_groups/TagGroupsController.jsx" with 'controllers/tag_groups/TagGroupsController.jsx'
Open

import TagGroupsController from "controllers/tag_groups/TagGroupsController.jsx";

For more information visit Source: http://eslint.org/docs/rules/

Replace "body").data("page" with 'body').data('page'
Open

const page = $("body").data("page");

For more information visit Source: http://eslint.org/docs/rules/

Replace "controllers/projects/EditController" with 'controllers/projects/EditController'
Open

import ProjectsEditController from "controllers/projects/EditController";

For more information visit Source: http://eslint.org/docs/rules/

Replace "controllers/beta/project_boards/ShowController" with 'controllers/beta/project_boards/ShowController'
Open

import BetaShowProjectBoardController from "controllers/beta/project_boards/ShowController";

For more information visit Source: http://eslint.org/docs/rules/

Replace "core-js/shim" with 'core-js/shim'
Open

import "core-js/shim";

For more information visit Source: http://eslint.org/docs/rules/

Replace "projects.index" with 'projects.index'
Open

  "projects.index": ProjectsIndexController,

For more information visit Source: http://eslint.org/docs/rules/

Replace "projects.show" with 'projects.show'
Open

  "projects.show": ProjectsShowController,

For more information visit Source: http://eslint.org/docs/rules/

Replace "projects.edit" with 'projects.edit'
Open

  "projects.edit": ProjectsEditController,

For more information visit Source: http://eslint.org/docs/rules/

Replace "tag_groups.edit" with 'tag_groups.edit'
Open

  "tag_groups.edit": TagGroupsController,

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status