Coder Social home page Coder Social logo

invisiblearchitects / poetic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arianacosta/poetic

0.0 1.0 0.0 618 KB

Automatically install and maintain ESLint, Prettier, EditorConfig and Airbnb rules for JavaScript, TypeScript and React.

License: MIT License

JavaScript 100.00%

poetic's Introduction

Poetic

Automatic code styling for JavaScript, TypeScript and React.

NPM Status Code Size

Poetic installs and maintains ESLint, Prettier, EditorConfig and Airbnb rules for JavaScript, TypeScript and React.

Poetic installation example

Install

On the root of your project run:

npx poetic

Trying out Poetic is safe! You can review all the changes in Git before committing. If you don't like it, just discard it.

Features

  • Installs and configures ESLint, Prettier and EditorConfig
  • Provides a curated set of rules based on Airbnb and ESLint Recommended
  • Customizable project configurations that are shareable
  • Easy to maintain with a single dependency
  • Configures Visual Studio Code

Requirements

  • Yarn (There are some limitations with NPM that make it incompatible with ESLint as a subdependency)

Motivation

Keeping the code clean and organized is important to prevent bugs and to collaborate with others. Linters help identify possible errors and bad practices and formatters allow us to concentrate on the features without having to worry about the code format. Unfortunately, configuring and maintaining these tools is cumbersome and more often than not, the project ends up with incorrect configurations (if any at all).

The goal of Poetic is to simplify the setup and maintenance of code styling tools and rules while allowing full customization.

To learn more read the Configuring Eslint, Prettier, and Airbnb in 1 Line.

Supported File Types

  • Javascript (.js)
  • TypeScript (.ts)
  • React (.jsx,.tsx)
your-app/
├── package.json
└── src/
    └── [your source files]

Poetic checks the code inside the src/ directory by default. This can be changed in the package.json

Recommended Visual Studio Code Extensions

Poetic comes preconfigured to work with VSC, so that you can see the error indicators in real-time as well as automatic formatting on save. In order for these features to work, you need to install the following extensions:

Running on the CLI

Poetic provides a few handy NPM scripts that are useful for applying the code style from the command line:

  • yarn code:check - Checks linting and formatting (Useful for CI)
  • yarn code:clean - Applies linting and formatting (Useful for automatic fixes)
  • yarn code:lint - Applies linting only
  • yarn code:format - Applies formatting only

You may use these in conjunction with Husky to clean the code automatically before committing or pushing.

Customizing for your project

Poetic provides a base configuration that can be easily extended or overridden. It uses the native configurations you are familiar with, so that you can build your own rules on top of it. Feel free to edit the following files as you see fit:

  • ESLint:
    • .eslintrc.js (Linting rules)
    • .eslintignore (Ignored files)
  • Prettier:
    • .prettierrc (Formatting rules)
  • TypeScript:
    • tsconfig.json (TS compilation)
  • EditorConfig:
    • .editorconfig (Basic editor config)
  • Visual Studio Code:
    • .vscode/settings.json (IDE behavior)

Installing on a preconfigured project

It is strongly recommended to remove other versions of ESLint and Prettier prior to installing Poetic.

If your project has custom rules or configurations, those can be easily copied over to the files added by Poetic. The filename convention is the same, so it should be straight forward.

Plese note that existing configuration files might be modified. Make sure to review all changes before committing.

Contributing

We are looking for contributors that are passionate about code style and making it accessible to teams around the world.

To make Poetic useful for everyone, we need to understand your needs, so please let us know about things that could help you improve your workflow.

If you would like to submit a PR, these are some of the short-term goals, but feel free to improve other areas as well:

  • Improve rules
  • Test on different types of projects
  • Add configs for Webstorm
  • Improve the documentation

Visit the CONTRIBUTING section for instructions on how to develop, test and release Poetic.

Contacting Collaborators

Spread the ❤️ about Poetic

poetic's People

Contributors

arianacosta avatar asyed94 avatar drtobbyas avatar fabricionaweb avatar markotom avatar oleg-koval avatar rajington avatar semantic-release-bot avatar tobeycodes avatar

Watchers

 avatar

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.