Code Monkey home page Code Monkey logo

eslint-plugin-emmanuel's Introduction

Badges

eslint-plugin-emmanuel's People

Contributors

manu1400 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

eslint-plugin-emmanuel's Issues

only if env `node` is activate

// TODO: only if env `node` is activate
let variablesArr = { __filename } // { require }
variables.map((variable) => {
// console.log (variable.name)
variable.identifiers.map((identifier) => {
if (identifier && identifier.parent && identifier.parent.init) {


This issue was generated by todo based on a TODO comment in b85bbcb. It's been assigned to @Manu1400 because they committed the code.

fixme

[_: string]: any; // TODO: fixme
}
type Scope = eslint.Scope.Scope;
type Token = eslint.AST.Token;
type Fixer = eslint.Rule.RuleFixer;
type JSXAttribute = ASTNode;


This issue was generated by todo based on a TODO comment in 2bdd2c8. It's been assigned to @Manu1400 because they committed the code.

add https://github.com/keyfoxth/eslint-plugin-url/blob/HEAD/docs/rules/no-http.m...

//TODO: add https://github.com/keyfoxth/eslint-plugin-url/blob/HEAD/docs/rules/no-http.md
if (objUrl.hash != "") {
context.report({
node,
message: 'Look like to need an URL and this URL has a useless hash'
// for fixer:


This issue was generated by todo based on a TODO comment in 7a47c9e. It's been assigned to @Manu1400 because they committed the code.

add .callee.name

// TODO: add .callee.name
type CallExpression = estree.CallExpression
type Identifier = estree.Identifier
type BinaryExpression = estree.BinaryExpression
type FunctionDeclaration = estree.FunctionDeclaration
type FunctionExpression = estree.FunctionExpression


This issue was generated by todo based on a TODO comment in 2bdd2c8. It's been assigned to @Manu1400 because they committed the code.

detect a.b.c(x, x)` as option, in rule no-same-arguments

// TODO: detect a.b.c(x, x)` as option, in rule no-same-arguments
const objectName = context.options[0] || schema[0].default
const propertyName = context.options[1] || schema[1].default
const [firstArg, secondArg] = node.arguments
if (firstArg === undefined || secondArg === undefined) {


This issue was generated by todo based on a TODO comment in bd0ade1. It's been assigned to @Manu1400 because they committed the code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.