Giter Club home page Giter Club logo

eslint-config-namchee's Introduction

/NAM·CÉ/

Hiya there, Namchee here 👋. I love to create something funky and explore the software engineering world.

I brand myself as a full-stack developer, but I'm more proficient back-end development. When I'm free, I work on my open-source projects with various topics. Feel free to contact me if you have interesting project offerings.

Let's Have A Chat, Shall We?

Although the fastest way to contact me is by directly calling me or messaging me through WhatsApp, you can contact me by using one of these links.

eslint-config-namchee's People

Contributors

dependabot[bot] avatar namchee avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

eslint-config-namchee's Issues

refactor: reduce peers to minimum amount

Overview

ESLint Config Namchee is a personal shareable configuration of mine that is used as a base for ESLint configuration for my projects.

Usually, a shareable configuration file designed to be the only source of extension of ESLint configuration, therefore it shouldn't contain peer dependencies outside the main eslint and some plugin integrations (e.g TypeScript and Prettier plugins).

However, this configuration files contains too many peer dependencies that defeats the whole purpose of shareable config in the first place specifically

eslint-config-xo
eslint-config-prettier

It is advised to remove this configuration extensions for future versions of this configuration file

bug: TypeScript config doesn't work

Overview

TypeScript ESLint config that is specified by configs/ts.js doesn't work due to the following cause(s):

  1. project: true, this breaks when tsconfig.json is not present. A quick solution would be running a ternary to check if tsconfig.json exists or not.
  2. unknown, below is the debugger log
[Error - 9:18:05 PM] TypeError: Cannot create property 'message' on string '
    Cannot parse '/home/cristopher/workspace/namchee/eslint-config-namchee'.

    "Couldn't find /home/cristopher/workspace/namchee/eslint-config-namchee"
  '

chore: maintain the legacy config

Overview

Due to changes introduced by #16, please keep the legacy config format in eslint-config-namchee package. Preferably, this should be kept in the legacy branch.

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.