Git Product home page Git Product logo

jobayerarman.github.io's Introduction

๐ŸŽŠ Hello world!

๐Ÿ‘‹ I'm Jobayer Arman

Twitter: JobayerArman Gmail Badge GitHub JobayerArman

About

  • ๐Ÿ‘จโ€๐Ÿ’ป 27 Years old Developer
  • ๐Ÿ‘จโ€๐ŸŽ“ Studying Information Technology in Bangladesh
  • ๐Ÿ”ญ Iโ€™m currently working on Android Apps
  • ๐ŸŒฑ Iโ€™m currently learning Flutter
  • ๐Ÿ’ฌ Ask me about: tech, memes
  • ๐Ÿšง Current Project: CovidBD

Languages and Tools

๐Ÿ’พ EOF

โค From Jobayer Arman

jobayerarman.github.io's People

Contributors

jobayerarman avatar

Watchers

 avatar  avatar

jobayerarman.github.io's Issues

update facebook link

update

src > site > templates > sections > header.njk

line: 49

change

<a id="facebook" href="https://facebook.com/1319750070" target="_blank">

to

<a id="facebook" href="https://facebook.com/jobayer.arman" target="_blank">

use eslint instead of jscs and jshint

Migration Process

ESLint Doc

Convert Configuration Files Using Polyjuice

Polyjuice is a utility that converts JSHint and JSCS files into ESLint files and the other way around.

  1. $ npm install -g polyjuice
  2. $ polyjuice --jshint .jshintrc --jscs .jscsrc > .eslintrc.json

.eslintrc is deprecated in favor of .eslintrc.json configuration file formats

Add Gulp Task

Guide

Install ESLint

$ yarn add -D gulp-eslint

Update Gulpfile

const eslint = require('gulp-eslint');

gulp.task('lint', () => {
return gulp.src(scripts.user.src.files)
    .pipe(eslint())
    // eslint.format() outputs the lint results to the console.
    .pipe(eslint.format())
    // To have the process exit with an error code (1) on
    // lint error, return the stream and pipe to failAfterError last.
    .pipe(eslint.failAfterError());
});

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.